Package com.hp.ucmdb.api.users
Interface SystemUserInfo
public interface SystemUserInfo
User: ashkinaz
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
boolean
getName()
char[]
getPhone()
void
setAddress
(String address) void
setCompany
(String company) void
setDatastoreOrigin
(String datastoreOrigin) void
void
setFistName
(String fistName) void
setIsSuperIntegrationUser
(boolean isSuperIntegrationUser) void
setLastName
(String lastName) void
setLocation
(String location) void
void
setPassword
(char[] password) void
void
setPhoneMobile
(String phoneMobile)
-
Method Details
-
getName
String getName() -
setName
-
getFistName
String getFistName() -
setFistName
-
getLastName
String getLastName() -
setLastName
-
getCompany
String getCompany() -
setCompany
-
getLocation
String getLocation() -
setLocation
-
getPassword
char[] getPassword() -
setPassword
void setPassword(char[] password) -
getAddress
String getAddress() -
setAddress
-
getPhone
String getPhone() -
setPhone
-
getPhoneMobile
String getPhoneMobile() -
setPhoneMobile
-
getEmail
String getEmail() -
setEmail
-
setIsSuperIntegrationUser
void setIsSuperIntegrationUser(boolean isSuperIntegrationUser) -
getIsSuperIntegrationUser
boolean getIsSuperIntegrationUser() -
getDatastoreOrigin
String getDatastoreOrigin() -
setDatastoreOrigin
-