Package com.evolveum.midpoint.prism
Interface Objectable
- All Superinterfaces:
Cloneable
,Containerable
,DebugDumpable
,Freezable
,Serializable
- All Known Implementing Classes:
AbstractAccessCertificationDefinitionType
,com.evolveum.midpoint.prism.impl.binding.AbstractMutableObjectable
,AbstractRoleType
,AccessCertificationCampaignType
,AccessCertificationDefinitionForReportType
,AccessCertificationDefinitionType
,ArchetypeType
,AssignmentHolderType
,CaseType
,ConnectorHostType
,ConnectorType
,DashboardType
,FocusType
,FormType
,FunctionLibraryType
,GenericObjectType
,LookupTableType
,MarkType
,MessageTemplateType
,NodeType
,ObjectCollectionType
,ObjectTemplateType
,ObjectType
,ObjectType
,OrgType
,PolicyType
,RawObjectType
,ReportDataType
,ReportType
,ResourceType
,RoleAnalysisClusterType
,RoleAnalysisOutlierType
,RoleAnalysisSessionType
,RoleType
,SchemaType
,SecurityPolicyType
,SequenceType
,ServiceType
,ShadowType
,SimulationResultType
,SystemConfigurationType
,TaskType
,UserType
,ValuePolicyType
- Author:
- semancik
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
getOid()
void
setDescription
(String description) void
setName
(PolyStringType name) void
void
setupContainer
(PrismObject object) void
setVersion
(String version) Returns short string representing identity of this object.Returns short string identification of object type.Methods inherited from interface com.evolveum.midpoint.prism.Containerable
asPrismContainerValue, cloneWithoutId, cloneWithoutIdAndMetadata, debugDump, freeze, isImmutable, setupContainerValue
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
Method Details
-
getOid
String getOid() -
setOid
-
getVersion
String getVersion() -
setVersion
-
getName
PolyStringType getName() -
setName
-
getDescription
String getDescription() -
setDescription
-
toDebugName
String toDebugName()Returns short string representing identity of this object. It should container object type, OID and name. It should be presented in a form suitable for log and diagnostic messages (understandable for system administrator). -
toDebugType
String toDebugType()Returns short string identification of object type. It should be in a form suitable for log messages. There is no requirement for the type name to be unique, but it rather has to be compact. E.g. short element names are preferred to long QNames or URIs.- Returns:
-
asPrismObject
PrismObject asPrismObject() -
setupContainer
-