public class LastAttachment extends ElementHeader
classifications, extendedProperties, guid, type, urlCURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
LastAttachment()
Default constructor
|
LastAttachment(LastAttachment template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getAnchorGUID()
Return the unique identifier of the referenceable
|
String |
getAnchorType()
Return the type name of the referenceable.
|
String |
getAttachmentGUID()
Return the unique identifier of the attached entity.
|
String |
getAttachmentOwner()
Return the user id of the person/engine that created the attachment.
|
String |
getAttachmentType()
Return the type of the attached entity.
|
String |
getDescription()
Return the human readable description of the attachment.
|
Date |
getUpdateTime()
Return the time that the attachment was made/changed.
|
int |
hashCode()
Return hash code for this object
|
void |
setAnchorGUID(String anchorGUID)
Set up the unique identifier of the referenceable
|
void |
setAnchorType(String anchorType)
Set up the type name of the referenceable.
|
void |
setAttachmentGUID(String attachmentGUID)
Set up the unique identifier of the attached entity.
|
void |
setAttachmentOwner(String attachmentOwner)
Set up the user id of the person/engine that created the attachment.
|
void |
setAttachmentType(String attachmentType)
Set up the type of the attached entity.
|
void |
setDescription(String description)
Set up the human readable description of the attachment.
|
void |
setUpdateTime(Date updateTime)
Set up the time that the attachment was made/changed.
|
String |
toString()
JSON-style toString
|
getClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLgetHeaderVersion, setHeaderVersionpublic LastAttachment()
public LastAttachment(LastAttachment template)
template - object to copypublic String getAnchorGUID()
public void setAnchorGUID(String anchorGUID)
anchorGUID - guidpublic String getAnchorType()
public void setAnchorType(String anchorType)
anchorType - string type namepublic String getAttachmentGUID()
public void setAttachmentGUID(String attachmentGUID)
attachmentGUID - guidpublic String getAttachmentType()
public void setAttachmentType(String attachmentType)
attachmentType - string type namepublic String getAttachmentOwner()
public void setAttachmentOwner(String attachmentOwner)
attachmentOwner - string user idpublic String getDescription()
public void setDescription(String description)
description - textpublic Date getUpdateTime()
public void setUpdateTime(Date updateTime)
updateTime - date/timepublic String toString()
toString in class ElementHeaderpublic boolean equals(Object objectToCompare)
equals in class ElementHeaderobjectToCompare - test objectpublic int hashCode()
hashCode in class ElementHeaderCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.