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 StringgetCostCenter()StringgetDepartment()StringgetDivision()StringgetEmployeeNumber()SCIMUserManagergetManager()StringgetOrganization()booleanisEmpty()voidsetCostCenter(String costCenter)voidsetDepartment(String department)voidsetDivision(String division)voidsetEmployeeNumber(String employeeNumber)voidsetManager(SCIMUserManager manager)voidsetOrganization(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()
-
-