Package com.hp.ucmdb.api.users
Interface SystemUserInfo
public interface SystemUserInfo
User: ashkinaz
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail()booleangetName()char[]getPhone()voidsetAddress(String address) voidsetCompany(String company) voidsetDatastoreOrigin(String datastoreOrigin) voidvoidsetFistName(String fistName) voidsetIsSuperIntegrationUser(boolean isSuperIntegrationUser) voidsetLastName(String lastName) voidsetLocation(String location) voidvoidsetPassword(char[] password) voidvoidsetPhoneMobile(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
-