public class LatestChange extends ElementHeader
classifications, extendedProperties, guid, type, urlCURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
LatestChange()
Default Constructor
|
LatestChange(LatestChange 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 |
getActionDescription()
Return the description of the change.
|
String |
getAttachmentGUID()
Return the unique identifier of an element.
|
String |
getAttachmentTypeName()
Return the type name.
|
String |
getClassificationName()
Return a classification name.
|
LatestChangeAction |
getLatestChangeAction()
Return the type of change.
|
LatestChangeTarget |
getLatestChangeTarget()
Return the relationship of element that has been changed to the anchor.
|
String |
getUserId()
Return the user identifier for the person/system making the change.
|
int |
hashCode()
Return code value representing the contents of this object.
|
void |
setActionDescription(String actionDescription)
Set up the description of the change.
|
void |
setAttachmentGUID(String attachmentGUID)
Set up the unique identifier of an element.
|
void |
setAttachmentTypeName(String attachmentTypeName)
Set up the type name.
|
void |
setClassificationName(String classificationName)
Set up a classification name.
|
void |
setLatestChangeAction(LatestChangeAction latestChangeAction)
Set up the type of change.
|
void |
setLatestChangeTarget(LatestChangeTarget latestChangeTarget)
Set up the relationship of element that has been changed to the anchor.
|
void |
setUserId(String userId)
Set up the user identifier for the person/system making the change.
|
String |
toString()
Standard toString method.
|
getClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLgetHeaderVersion, setHeaderVersionpublic LatestChange()
public LatestChange(LatestChange template)
template - object to copypublic LatestChangeTarget getLatestChangeTarget()
public void setLatestChangeTarget(LatestChangeTarget latestChangeTarget)
latestChangeTarget - enumpublic LatestChangeAction getLatestChangeAction()
public void setLatestChangeAction(LatestChangeAction latestChangeAction)
latestChangeAction - enumpublic String getClassificationName()
public void setClassificationName(String classificationName)
classificationName - string namepublic String getAttachmentGUID()
public void setAttachmentGUID(String attachmentGUID)
attachmentGUID - string guidpublic String getAttachmentTypeName()
public void setAttachmentTypeName(String attachmentTypeName)
attachmentTypeName - string namepublic String getUserId()
public void setUserId(String userId)
userId - string user idpublic String getActionDescription()
public void setActionDescription(String actionDescription)
actionDescription - textpublic String toString()
toString in class ElementHeaderpublic boolean equals(Object objectToCompare)
equals in class ElementHeaderobjectToCompare - supplied objectpublic int hashCode()
hashCode in class ElementHeaderCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.