public class EntityCreateRequest extends OMRSAPIRequest
| Constructor and Description |
|---|
EntityCreateRequest()
Default constructor
|
EntityCreateRequest(EntityCreateRequest template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getEntityTypeGUID()
Return the type of the new entity.
|
List<Classification> |
getInitialClassifications()
Return the list of classification for the new entity.
|
InstanceProperties |
getInitialProperties()
Return the list of properties for the new entity.
|
InstanceStatus |
getInitialStatus()
Return the initial status for the new entity.
|
String |
getMetadataCollectionId()
Return the metadata collection id for this new entity
|
String |
getMetadataCollectionName()
Return the name of the metadata collection for this new relationship.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setEntityTypeGUID(String entityTypeGUID)
Set up the type of the new entity.
|
void |
setInitialClassifications(List<Classification> initialClassifications)
Set up the list of classification for the new entity.
|
void |
setInitialProperties(InstanceProperties initialProperties)
Set up the initial properties for the entity.
|
void |
setInitialStatus(InstanceStatus initialStatus)
Set up the initial status for the new entity.
|
void |
setMetadataCollectionId(String metadataCollectionId)
Set up the metadata collection id for this new entity.
|
void |
setMetadataCollectionName(String metadataCollectionName)
Set up the name of the metadata collection for this new relationship.
|
String |
toString()
Standard toString method.
|
public EntityCreateRequest()
public EntityCreateRequest(EntityCreateRequest template)
template - object to copypublic String getEntityTypeGUID()
public void setEntityTypeGUID(String entityTypeGUID)
entityTypeGUID - String guidpublic InstanceProperties getInitialProperties()
public void setInitialProperties(InstanceProperties initialProperties)
initialProperties - InstanceProperties objectpublic List<Classification> getInitialClassifications()
public void setInitialClassifications(List<Classification> initialClassifications)
initialClassifications - list of classification objectspublic InstanceStatus getInitialStatus()
public void setInitialStatus(InstanceStatus initialStatus)
initialStatus - instance status enumpublic String getMetadataCollectionId()
public void setMetadataCollectionId(String metadataCollectionId)
metadataCollectionId - guidpublic String getMetadataCollectionName()
public void setMetadataCollectionName(String metadataCollectionName)
metadataCollectionName - namepublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.