Package com.soffid.iam.model
Class MetaDataEntity
- java.lang.Object
-
- com.soffid.iam.model.MetaDataEntity
-
- Direct Known Subclasses:
MetaDataEntityImpl
public abstract class MetaDataEntity extends Object
Entity MetaDataEntity
-
-
Constructor Summary
Constructors Constructor Description MetaDataEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an MetaDataEntity instance and all identifiers for this entity equal the identifiers of the argument entity.com.soffid.iam.api.AttributeVisibilityEnum
getAdminVisibility()
Gets value for attribute adminVisibilityBoolean
getBuiltin()
Gets value for attribute builtinString
getBuiltinHandler()
Gets value for attribute builtinHandlerCollection<UserDataEntity>
getData()
Gets value for attribute dataCustomObjectTypeEntity
getDataObjectType()
Gets value for attribute dataObjectTypeString
getDescription()
Gets value for attribute descriptionString
getEnumeration()
Gets value for attribute enumerationString
getFilterExpression()
Gets value for attribute filterExpressionString
getHint()
Gets value for attribute hintLong
getId()
Gets value for attribute idString
getLabel()
Gets value for attribute labelcom.soffid.iam.api.LetterCaseEnum
getLetterCase()
Gets value for attribute letterCaseBoolean
getMultiLine()
Gets value for attribute multiLineBoolean
getMultiValued()
Gets value for attribute multiValuedInteger
getMultiValuedRows()
Gets value for attribute multiValuedRowsString
getName()
Gets value for attribute nameString
getNlsLabel()
Gets value for attribute nlsLabelCustomObjectTypeEntity
getObjectType()
Gets value for attribute objectTypeString
getOnChangeTrigger()
Gets value for attribute onChangeTriggerString
getOnFocusTrigger()
Gets value for attribute onFocusTriggerString
getOnLoadTrigger()
Gets value for attribute onLoadTriggercom.soffid.iam.api.AttributeVisibilityEnum
getOperatorVisibility()
Gets value for attribute operatorVisibilityLong
getOrder()
Gets value for attribute orderBoolean
getReadOnly()
Gets value for attribute readOnlyBoolean
getRequired()
Gets value for attribute requiredcom.soffid.iam.api.MetadataScope
getScope()
Gets value for attribute scopeBoolean
getSearchCriteria()
Gets value for attribute searchCriteriaInteger
getSize()
Gets value for attribute sizeTenantEntity
getTenant()
Gets value for attribute tenantes.caib.seycon.ng.comu.TypeEnumeration
getType()
Gets value for attribute typeBoolean
getUnique()
Gets value for attribute uniquecom.soffid.iam.api.AttributeVisibilityEnum
getUserVisibility()
Gets value for attribute userVisibilityString
getValidationExpression()
Gets value for attribute validationExpressionString
getValidator()
Gets value for attribute validatorString
getValues()
Gets value for attribute valuesString
getVisibilityExpression()
Gets value for attribute visibilityExpressionint
hashCode()
Returns a hash code based on this entity's identifiers.void
setAdminVisibility(com.soffid.iam.api.AttributeVisibilityEnum adminVisibility)
Sets value for attribute adminVisibilityvoid
setBuiltin(Boolean builtin)
Sets value for attribute builtinvoid
setBuiltinHandler(String builtinHandler)
Sets value for attribute builtinHandlervoid
setData(Collection<UserDataEntity> data)
Sets value for attribute datavoid
setDataObjectType(CustomObjectTypeEntity dataObjectType)
Sets value for attribute dataObjectTypevoid
setDescription(String description)
Sets value for attribute descriptionvoid
setEnumeration(String enumeration)
Sets value for attribute enumerationvoid
setFilterExpression(String filterExpression)
Sets value for attribute filterExpressionvoid
setHint(String hint)
Sets value for attribute hintvoid
setId(Long id)
Sets value for attribute idvoid
setLabel(String label)
Sets value for attribute labelvoid
setLetterCase(com.soffid.iam.api.LetterCaseEnum letterCase)
Sets value for attribute letterCasevoid
setMultiLine(Boolean multiLine)
Sets value for attribute multiLinevoid
setMultiValued(Boolean multiValued)
Sets value for attribute multiValuedvoid
setMultiValuedRows(Integer multiValuedRows)
Sets value for attribute multiValuedRowsvoid
setName(String name)
Sets value for attribute namevoid
setNlsLabel(String nlsLabel)
Sets value for attribute nlsLabelvoid
setObjectType(CustomObjectTypeEntity objectType)
Sets value for attribute objectTypevoid
setOnChangeTrigger(String onChangeTrigger)
Sets value for attribute onChangeTriggervoid
setOnFocusTrigger(String onFocusTrigger)
Sets value for attribute onFocusTriggervoid
setOnLoadTrigger(String onLoadTrigger)
Sets value for attribute onLoadTriggervoid
setOperatorVisibility(com.soffid.iam.api.AttributeVisibilityEnum operatorVisibility)
Sets value for attribute operatorVisibilityvoid
setOrder(Long order)
Sets value for attribute ordervoid
setReadOnly(Boolean readOnly)
Sets value for attribute readOnlyvoid
setRequired(Boolean required)
Sets value for attribute requiredvoid
setScope(com.soffid.iam.api.MetadataScope scope)
Sets value for attribute scopevoid
setSearchCriteria(Boolean searchCriteria)
Sets value for attribute searchCriteriavoid
setSize(Integer size)
Sets value for attribute sizevoid
setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
setType(es.caib.seycon.ng.comu.TypeEnumeration type)
Sets value for attribute typevoid
setUnique(Boolean unique)
Sets value for attribute uniquevoid
setUserVisibility(com.soffid.iam.api.AttributeVisibilityEnum userVisibility)
Sets value for attribute userVisibilityvoid
setValidationExpression(String validationExpression)
Sets value for attribute validationExpressionvoid
setValidator(String validator)
Sets value for attribute validatorvoid
setValues(String values)
Sets value for attribute valuesvoid
setVisibilityExpression(String visibilityExpression)
Sets value for attribute visibilityExpression
-
-
-
Method Detail
-
getName
public String getName()
Gets value for attribute name
-
setName
public void setName(String name)
Sets value for attribute name
-
getOrder
public Long getOrder()
Gets value for attribute order
-
setOrder
public void setOrder(Long order)
Sets value for attribute order
-
getData
public Collection<UserDataEntity> getData()
Gets value for attribute data
-
setData
public void setData(Collection<UserDataEntity> data)
Sets value for attribute data
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getScope
public com.soffid.iam.api.MetadataScope getScope()
Gets value for attribute scope
-
setScope
public void setScope(com.soffid.iam.api.MetadataScope scope)
Sets value for attribute scope
-
getType
public es.caib.seycon.ng.comu.TypeEnumeration getType()
Gets value for attribute type
-
setType
public void setType(es.caib.seycon.ng.comu.TypeEnumeration type)
Sets value for attribute type
-
getSize
public Integer getSize()
Gets value for attribute size
-
setSize
public void setSize(Integer size)
Sets value for attribute size
-
getRequired
public Boolean getRequired()
Gets value for attribute required
-
setRequired
public void setRequired(Boolean required)
Sets value for attribute required
-
getReadOnly
public Boolean getReadOnly()
Gets value for attribute readOnly
-
setReadOnly
public void setReadOnly(Boolean readOnly)
Sets value for attribute readOnly
-
getMultiValued
public Boolean getMultiValued()
Gets value for attribute multiValued
-
setMultiValued
public void setMultiValued(Boolean multiValued)
Sets value for attribute multiValued
-
getMultiLine
public Boolean getMultiLine()
Gets value for attribute multiLine
-
setMultiLine
public void setMultiLine(Boolean multiLine)
Sets value for attribute multiLine
-
getSearchCriteria
public Boolean getSearchCriteria()
Gets value for attribute searchCriteria
-
setSearchCriteria
public void setSearchCriteria(Boolean searchCriteria)
Sets value for attribute searchCriteria
-
getMultiValuedRows
public Integer getMultiValuedRows()
Gets value for attribute multiValuedRows
-
setMultiValuedRows
public void setMultiValuedRows(Integer multiValuedRows)
Sets value for attribute multiValuedRows
-
getValues
public String getValues()
Gets value for attribute values
-
setValues
public void setValues(String values)
Sets value for attribute values
-
getLabel
public String getLabel()
Gets value for attribute label
-
setLabel
public void setLabel(String label)
Sets value for attribute label
-
getHint
public String getHint()
Gets value for attribute hint
-
setHint
public void setHint(String hint)
Sets value for attribute hint
-
getNlsLabel
public String getNlsLabel()
Gets value for attribute nlsLabel
-
setNlsLabel
public void setNlsLabel(String nlsLabel)
Sets value for attribute nlsLabel
-
getBuiltinHandler
public String getBuiltinHandler()
Gets value for attribute builtinHandler
-
setBuiltinHandler
public void setBuiltinHandler(String builtinHandler)
Sets value for attribute builtinHandler
-
getAdminVisibility
public com.soffid.iam.api.AttributeVisibilityEnum getAdminVisibility()
Gets value for attribute adminVisibility
-
setAdminVisibility
public void setAdminVisibility(com.soffid.iam.api.AttributeVisibilityEnum adminVisibility)
Sets value for attribute adminVisibility
-
getOperatorVisibility
public com.soffid.iam.api.AttributeVisibilityEnum getOperatorVisibility()
Gets value for attribute operatorVisibility
-
setOperatorVisibility
public void setOperatorVisibility(com.soffid.iam.api.AttributeVisibilityEnum operatorVisibility)
Sets value for attribute operatorVisibility
-
getUserVisibility
public com.soffid.iam.api.AttributeVisibilityEnum getUserVisibility()
Gets value for attribute userVisibility
-
setUserVisibility
public void setUserVisibility(com.soffid.iam.api.AttributeVisibilityEnum userVisibility)
Sets value for attribute userVisibility
-
getUnique
public Boolean getUnique()
Gets value for attribute unique
-
setUnique
public void setUnique(Boolean unique)
Sets value for attribute unique
-
getDescription
public String getDescription()
Gets value for attribute description
-
setDescription
public void setDescription(String description)
Sets value for attribute description
-
getObjectType
public CustomObjectTypeEntity getObjectType()
Gets value for attribute objectType
-
setObjectType
public void setObjectType(CustomObjectTypeEntity objectType)
Sets value for attribute objectType
-
getDataObjectType
public CustomObjectTypeEntity getDataObjectType()
Gets value for attribute dataObjectType
-
setDataObjectType
public void setDataObjectType(CustomObjectTypeEntity dataObjectType)
Sets value for attribute dataObjectType
-
getVisibilityExpression
public String getVisibilityExpression()
Gets value for attribute visibilityExpression
-
setVisibilityExpression
public void setVisibilityExpression(String visibilityExpression)
Sets value for attribute visibilityExpression
-
getValidationExpression
public String getValidationExpression()
Gets value for attribute validationExpression
-
setValidationExpression
public void setValidationExpression(String validationExpression)
Sets value for attribute validationExpression
-
getOnLoadTrigger
public String getOnLoadTrigger()
Gets value for attribute onLoadTrigger
-
setOnLoadTrigger
public void setOnLoadTrigger(String onLoadTrigger)
Sets value for attribute onLoadTrigger
-
getOnChangeTrigger
public String getOnChangeTrigger()
Gets value for attribute onChangeTrigger
-
setOnChangeTrigger
public void setOnChangeTrigger(String onChangeTrigger)
Sets value for attribute onChangeTrigger
-
getOnFocusTrigger
public String getOnFocusTrigger()
Gets value for attribute onFocusTrigger
-
setOnFocusTrigger
public void setOnFocusTrigger(String onFocusTrigger)
Sets value for attribute onFocusTrigger
-
getValidator
public String getValidator()
Gets value for attribute validator
-
setValidator
public void setValidator(String validator)
Sets value for attribute validator
-
getEnumeration
public String getEnumeration()
Gets value for attribute enumeration
-
setEnumeration
public void setEnumeration(String enumeration)
Sets value for attribute enumeration
-
getTenant
public TenantEntity getTenant()
Gets value for attribute tenant
-
setTenant
public void setTenant(TenantEntity tenant)
Sets value for attribute tenant
-
getFilterExpression
public String getFilterExpression()
Gets value for attribute filterExpression
-
setFilterExpression
public void setFilterExpression(String filterExpression)
Sets value for attribute filterExpression
-
getBuiltin
public Boolean getBuiltin()
Gets value for attribute builtin
-
setBuiltin
public void setBuiltin(Boolean builtin)
Sets value for attribute builtin
-
getLetterCase
public com.soffid.iam.api.LetterCaseEnum getLetterCase()
Gets value for attribute letterCase
-
setLetterCase
public void setLetterCase(com.soffid.iam.api.LetterCaseEnum letterCase)
Sets value for attribute letterCase
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an MetaDataEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-