Package oracle.iam.application.impl.vo
Class Template
java.lang.Object
oracle.iam.platform.entitymgr.vo.AbstractEntity
oracle.iam.platform.entitymgr.vo.AbstractFixedEntity
oracle.iam.application.impl.vo.Template
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAppInstanceKey
(Long appInstanceKey) void
setApplicationOwnerKey
(Long applicationOwnerKey) void
setApplicationStatus
(String applicationStatus) void
setAuthoritative
(Boolean authoritative) void
setBaseApplicationKey
(Long baseApplicationKey) void
setBaseApplicationName
(String baseApplicationName) void
setConnectorName
(String connectorName) void
setConnectorVersion
(String connectorVersion) void
setDescription
(String description) void
setDisconnected
(Boolean disconnected) void
setDisplayName
(String displayName) void
setTemplateData
(String templatDdata) Methods inherited from class oracle.iam.platform.entitymgr.vo.AbstractFixedEntity
getCreate, getCreateById, getName, getOwnerId, getUpdate, getUpdateById, isLocked, setName, setOwnerId
Methods inherited from class oracle.iam.platform.entitymgr.vo.AbstractEntity
getAttribute, getAttributeNames, getAttributes, getEntityId, isChildEntity, setAttribute, toString
-
Constructor Details
-
Template
public Template() -
Template
-
-
Method Details
-
getEntityType
- Specified by:
getEntityType
in classAbstractEntity
-
getDescription
- Overrides:
getDescription
in classAbstractFixedEntity
-
setDescription
- Overrides:
setDescription
in classAbstractFixedEntity
-
getConnectorName
-
setConnectorName
-
getConnectorVersion
-
setConnectorVersion
-
isDisconnected
-
setDisconnected
-
isAuthoritative
-
setAuthoritative
-
getTemplateData
-
setTemplateData
-
getDisplayName
-
setDisplayName
-
getAppInstanceKey
-
setAppInstanceKey
-
getBaseApplicationKey
-
setBaseApplicationKey
-
getBaseApplicationName
-
setBaseApplicationName
-
getApplicationOwnerKey
-
setApplicationOwnerKey
-
getApplicationStatus
-
setApplicationStatus
-