Class SCIMEnterpriseInfo
- java.lang.Object
-
- org.apache.syncope.ext.scimv2.api.data.SCIMEnterpriseInfo
-
- All Implemented Interfaces:
Serializable
public class SCIMEnterpriseInfo extends Object
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SCIMEnterpriseInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCostCenter()
String
getDepartment()
String
getDivision()
String
getEmployeeNumber()
SCIMUserManager
getManager()
String
getOrganization()
boolean
isEmpty()
void
setCostCenter(String costCenter)
void
setDepartment(String department)
void
setDivision(String division)
void
setEmployeeNumber(String employeeNumber)
void
setManager(SCIMUserManager manager)
void
setOrganization(String organization)
-
-
-
Method Detail
-
getEmployeeNumber
public String getEmployeeNumber()
-
setEmployeeNumber
public void setEmployeeNumber(String employeeNumber)
-
getCostCenter
public String getCostCenter()
-
setCostCenter
public void setCostCenter(String costCenter)
-
getOrganization
public String getOrganization()
-
setOrganization
public void setOrganization(String organization)
-
getDivision
public String getDivision()
-
setDivision
public void setDivision(String division)
-
getDepartment
public String getDepartment()
-
setDepartment
public void setDepartment(String department)
-
getManager
public SCIMUserManager getManager()
-
setManager
public void setManager(SCIMUserManager manager)
-
isEmpty
public boolean isEmpty()
-
-