Class Classification
java.lang.Object
org.odpi.openmetadata.viewservices.assetcatalog.beans.Classification
Classification object holds properties that are used for displaying details about the classification.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the author of the classification.Return the creation date of the classification.getName()
Return the classification's name.Return the classification's origin.Return the origin unique identifier.Return the classification's properties.Return the classification's status.getType()
Return the classification's type.Return the author of the last update of the classification.Return the update date of the classification.Return the classification's version.int
hashCode()
Return hash code based on properties.void
setCreatedBy
(String createdBy) Set up the author of the classification.void
setCreateTime
(Date createTime) Set up the creation date of the classification.void
Set up the name of the classification.void
Set up the origin of the classification.void
setOriginGUID
(String originGUID) Set up the origin unique identifier.void
setProperties
(Map<String, String> properties) Set up the properties of the classification.void
Set up the status of the classification.void
Set up the type of the classification.void
setUpdatedBy
(String updatedBy) Set up the author of the last update of the classification.void
setUpdateTime
(Date updateTime) Set up the update date of the classification.void
setVersion
(Long version) Set up the version of the classification.toString()
Standard toString method.
-
Constructor Details
-
Classification
public Classification()Default constructor
-
-
Method Details
-
getName
Return the classification's name.- Returns:
- the classification's name
-
setName
Set up the name of the classification.- Parameters:
name
- the classification's name
-
getOrigin
Return the classification's origin.- Returns:
- the classification's origin
-
setOrigin
Set up the origin of the classification.- Parameters:
origin
- the classification's origin
-
getOriginGUID
Return the origin unique identifier.- Returns:
- the origin unique identifier
-
setOriginGUID
Set up the origin unique identifier.- Parameters:
originGUID
- the origin unique identifier
-
getCreatedBy
Return the author of the classification.- Returns:
- the author of the classification
-
setCreatedBy
Set up the author of the classification.- Parameters:
createdBy
- the author of the classification
-
getCreateTime
Return the creation date of the classification.- Returns:
- the creation date of the classification
-
setCreateTime
Set up the creation date of the classification.- Parameters:
createTime
- 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
-
setUpdatedBy
Set up the author of the last update of the classification.- Parameters:
updatedBy
- the author of the last update of the classification
-
getUpdateTime
Return the update date of the classification.- Returns:
- the update date of the classification
-
setUpdateTime
Set up the update date of the classification.- Parameters:
updateTime
- the update date of the classification
-
getVersion
Return the classification's version.- Returns:
- the classification's version
-
setVersion
Set up the version of the classification.- Parameters:
version
- the classification's version
-
getStatus
Return the classification's status.- Returns:
- the classification's status
-
setStatus
Set up the status of the classification.- Parameters:
status
- the classification's status
-
getType
Return the classification's type.- Returns:
- the classification's type
-
setType
Set up the type of the classification.- Parameters:
type
- the classification's type
-
getProperties
Return the classification's properties.- Returns:
- the classification's properties
-
setProperties
Set up the properties of the classification.- Parameters:
properties
- the classification's properties
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-