public class EntityDef extends TypeDef
createdBy, createTime, description, descriptionGUID, externalStandardMappings, initialStatus, options, origin, propertiesDefinition, superType, updatedBy, updateTime, validInstanceStatusListcategory, version, versionNameguid, name, replacedByTypeGUID, replacedByTypeName, statusCURRENT_TYPE_DEF_HEADER_VERSION| Constructor and Description |
|---|
EntityDef()
Minimal constructor initializes the superclass as an Entity
|
EntityDef(EntityDef template)
Copy/clone constructor copies the values from the supplied template.
|
EntityDef(TypeDefCategory category,
String guid,
String name,
long version,
String versionName)
Typical constructor is passed the properties of the typedef's super class being constructed.
|
| Modifier and Type | Method and Description |
|---|---|
TypeDef |
cloneFromSubclass()
Delegate the process of cloning to the subclass.
|
String |
toString()
Standard toString method.
|
equals, getCreatedBy, getCreateTime, getDescription, getDescriptionGUID, getExternalStandardMappings, getInitialStatus, getOptions, getOrigin, getPropertiesDefinition, getSuperType, getUpdatedBy, getUpdateTime, getValidInstanceStatusList, hashCode, setCreatedBy, setCreateTime, setDescription, setDescriptionGUID, setExternalStandardMappings, setInitialStatus, setOptions, setOrigin, setPropertiesDefinition, setSuperType, setUpdatedBy, setUpdateTime, setValidInstanceStatusListgetCategory, getVersion, getVersionName, setCategory, setVersion, setVersionNamegetGUID, getName, getReplacedByTypeGUID, getReplacedByTypeName, getStatus, setGUID, setName, setReplacedByTypeGUID, setReplacedByTypeName, setStatusgetHeaderVersion, setHeaderVersionpublic EntityDef()
public EntityDef(TypeDefCategory category, String guid, String name, long version, String versionName)
category - category of this TypeDefguid - unique id for the TypeDefname - unique name for the TypeDefversion - active version number for the TypeDefversionName - name for the active version of the TypeDefpublic EntityDef(EntityDef template)
template - EntityDefpublic TypeDef cloneFromSubclass()
cloneFromSubclass in class TypeDefCopyright © 2018–2020 ODPi. All rights reserved.