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.
|
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.
|
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 toString()
public boolean equals(Object objectToCompare)
Copyright © 2018 ODPi. All rights reserved.