Package com.soffid.iam.api
Class CustomObjectType
- java.lang.Object
-
- com.soffid.iam.api.CustomObjectType
-
- All Implemented Interfaces:
Serializable
public class CustomObjectType extends Object implements Serializable
ValueObject CustomObjectType- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomObjectType()CustomObjectType(CustomObjectType otherBean)CustomObjectType(Long id, String name, String description, MetadataScope scope, boolean builtin, boolean textIndex, String extensibleObjectClass, Boolean publicAccess, List<String> managerRoles, List<String> userRoles)CustomObjectType(String name, String description, boolean builtin, boolean textIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Gets value for attribute descriptionStringgetExtensibleObjectClass()Gets value for attribute extensibleObjectClassLonggetId()Gets value for attribute idList<String>getManagerRoles()Gets value for attribute managerRolesStringgetName()Gets value for attribute nameBooleangetPublicAccess()Gets value for attribute publicAccessMetadataScopegetScope()Gets value for attribute scopeList<String>getUserRoles()Gets value for attribute userRolesbooleanisBuiltin()Gets value for attribute builtinbooleanisTextIndex()Gets value for attribute textIndexvoidsetBuiltin(boolean builtin)Sets value for attribute builtinvoidsetDescription(String description)Sets value for attribute descriptionvoidsetExtensibleObjectClass(String extensibleObjectClass)Sets value for attribute extensibleObjectClassvoidsetId(Long id)Sets value for attribute idvoidsetManagerRoles(List<String> managerRoles)Sets value for attribute managerRolesvoidsetName(String name)Sets value for attribute namevoidsetPublicAccess(Boolean publicAccess)Sets value for attribute publicAccessvoidsetScope(MetadataScope scope)Sets value for attribute scopevoidsetTextIndex(boolean textIndex)Sets value for attribute textIndexvoidsetUserRoles(List<String> userRoles)Sets value for attribute userRolesStringtoString()Returns a string representation of the value object.
-
-
-
Constructor Detail
-
CustomObjectType
public CustomObjectType()
-
CustomObjectType
public CustomObjectType(Long id, String name, String description, MetadataScope scope, boolean builtin, boolean textIndex, String extensibleObjectClass, Boolean publicAccess, List<String> managerRoles, List<String> userRoles)
-
CustomObjectType
public CustomObjectType(String name, String description, boolean builtin, boolean textIndex)
-
CustomObjectType
public CustomObjectType(CustomObjectType otherBean)
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getName
public String getName()
Gets value for attribute name
-
setName
public void setName(String name)
Sets value for attribute name
-
getDescription
public String getDescription()
Gets value for attribute description
-
setDescription
public void setDescription(String description)
Sets value for attribute description
-
getScope
public MetadataScope getScope()
Gets value for attribute scope
-
setScope
public void setScope(MetadataScope scope)
Sets value for attribute scope
-
isBuiltin
public boolean isBuiltin()
Gets value for attribute builtin
-
setBuiltin
public void setBuiltin(boolean builtin)
Sets value for attribute builtin
-
isTextIndex
public boolean isTextIndex()
Gets value for attribute textIndex
-
setTextIndex
public void setTextIndex(boolean textIndex)
Sets value for attribute textIndex
-
getExtensibleObjectClass
public String getExtensibleObjectClass()
Gets value for attribute extensibleObjectClass
-
setExtensibleObjectClass
public void setExtensibleObjectClass(String extensibleObjectClass)
Sets value for attribute extensibleObjectClass
-
getPublicAccess
public Boolean getPublicAccess()
Gets value for attribute publicAccess
-
setPublicAccess
public void setPublicAccess(Boolean publicAccess)
Sets value for attribute publicAccess
-
setManagerRoles
public void setManagerRoles(List<String> managerRoles)
Sets value for attribute managerRoles
-
-