Package org.openiam.base
Class KeyNameDTO
- java.lang.Object
-
- org.openiam.base.BaseObject
-
- org.openiam.base.KeyDTO
-
- org.openiam.base.KeyNameDTO
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
- Direct Known Subclasses:
AbstactKeyNameValueDTO
,AbstractAttributeDTO
,AbstractMeta
,AbstractMetadataTypeDTO
,AbstractParameter
,AbstractPatternMetaValue
,AccessRight
,AccessViewBean
,AttributeMap
,AuthAttribute
,AuthenticationRule
,AuthLevel
,AuthLevelAttribute
,AuthLevelGrouping
,AuthProvider
,AuthProviderType
,AuthResourceAMAttribute
,BatchTask
,BrTargetDto
,BusinessRuleDto
,ConnectorReplyDto
,ContentProvider
,CSVConfig
,DefaultReconciliationAttributeMap
,IdentityQuestGroup
,ITPolicy
,ITPolicyVersion
,Location
,MailboxConfiguration
,MailboxConfigurationTemplate
,MailTemplatePropertiesDto
,ManagedSysAttributeDto
,ManagedSysDto
,MembershipXref
,MetadataElement
,MetadataElementPageTemplate
,MetadataTemplateType
,MetadataTemplateTypeField
,MetadataType
,OrganizationType
,Orphan
,OTPProvider
,PasswordDictionary
,Policy
,PolicyAttribute
,PolicyDef
,PolicyDefParam
,ProfilePicture
,ProvisionConnectorDto
,ReportCriteriaParamDto
,ReportInfoDto
,ReportParamMetaTypeDto
,ReportParamTypeDto
,ReportSubCriteriaParamDto
,ReportSubscriptionDto
,ResourceAccess
,SelfRegistrationStepDto
,SelfRegistrationWorkflowDto
,SelfRegistrationWorkflowTree
,SimulationProvReqDto
,SSOAttribute
,TerminatedUserDto
,UITheme
,URIPatternMetaType
,UserITPolicyHistory
public abstract class KeyNameDTO extends KeyDTO implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
name_
-
Fields inherited from class org.openiam.base.BaseObject
DELETE, NEW, objectState, requestClientIP, requestorLogin, requestorSessionID, requestorUserId, UPDATE
-
-
Constructor Summary
Constructors Constructor Description KeyNameDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getName()
int
hashCode()
void
setName(String name)
String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
-