Class Classification
java.lang.Object
org.odpi.openmetadata.accessservices.assetcatalog.model.Classification
- All Implemented Interfaces:
Serializable
Classification object holds properties that are used for displaying details about the classification.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Return the author of the classificationReturn the creation date of the classificationgetName()
Return the classification's nameReturn the classification's originReturn the origin unique identifierReturn the classification's propertiesReturn the classification's statusgetType()
Return the classification's typeReturn the author of the last update of the classificationReturn the update date of the classificationReturn the classification's versionint
hashCode()
void
setCreatedBy
(String createdBy) Set up the author of the classificationvoid
setCreateTime
(Date createTime) Set up the creation date of the classificationvoid
Set up the name of the classificationvoid
Set up the origin of the classificationvoid
setOriginGUID
(String originGUID) Set up the origin unique identifiervoid
setProperties
(Map<String, String> properties) Set up the properties of the classificationvoid
Set up the status of the classificationvoid
Set up the type of the classificationvoid
setUpdatedBy
(String updatedBy) Set up the author of the last update of the classificationvoid
setUpdateTime
(Date updateTime) Set up the update date of the classificationvoid
setVersion
(Long version) Set up the version of the classificationtoString()
-
Constructor Details
-
Classification
public Classification()
-
-
Method Details
-
getName
Return the classification's name- Returns:
- the classification's name
-
getOrigin
Return the classification's origin- Returns:
- the classification's origin
-
getOriginGUID
Return the origin unique identifier- Returns:
- the origin unique identifier
-
getCreatedBy
Return the author of the classification- Returns:
- the author of the classification
-
getCreateTime
Return the creation date of the classification- Returns:
- the creation date of the classification
-
getUpdatedBy
Return the author of the last update of the classification- Returns:
- the author of the last update of the classification
-
getUpdateTime
Return the update date of the classification- Returns:
- the update date of the classification
-
getVersion
Return the classification's version- Returns:
- the classification's version
-
getStatus
Return the classification's status- Returns:
- the classification's status
-
getType
Return the classification's type- Returns:
- the classification's type
-
getProperties
Return the classification's properties- Returns:
- the classification's properties
-
setName
Set up the name of the classification- Parameters:
name
- the classification's name
-
setOrigin
Set up the origin of the classification- Parameters:
origin
- the classification's origin
-
setOriginGUID
Set up the origin unique identifier- Parameters:
originGUID
- the origin unique identifier
-
setCreatedBy
Set up the author of the classification- Parameters:
createdBy
- the author of the classification
-
setCreateTime
Set up the creation date of the classification- Parameters:
createTime
- the creation date of the classification
-
setUpdatedBy
Set up the author of the last update of the classification- Parameters:
updatedBy
- the author of the last update of the classification
-
setUpdateTime
Set up the update date of the classification- Parameters:
updateTime
- the update date of the classification
-
setVersion
Set up the version of the classification- Parameters:
version
- the classification's version
-
setStatus
Set up the status of the classification- Parameters:
status
- the classification's status
-
setType
Set up the type of the classification- Parameters:
type
- the classification's type
-
setProperties
Set up the properties of the classification- Parameters:
properties
- the classification's properties
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-