public class Asset extends Object implements Serializable
| Constructor and Description |
|---|
Asset() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatedBy()
Return the name of the user that created the asset.
|
Date |
getCreateTime()
Returns the date when the asset has been created
|
String |
getGuid()
Return the asset unique identifier
|
String |
getMetadataCollectionId()
Returns the metadata collection identifier of the repository where the asset can be find
|
String |
getName()
Returns the qualified name of the asset
|
Status |
getStatus()
Returns the status of the asset
|
String |
getTypeDefDescription()
Returns the type definition of the asset
|
String |
getTypeDefName()
Returns the type definition of the asset
|
String |
getUpdatedBy()
Return the name of the user that updated the asset last time
|
Date |
getUpdateTime()
Returns the date when the asset has been created
|
Long |
getVersion()
Returns the version of the asset
|
void |
setCreatedBy(String createdBy)
Set up the name of the user that created the asset
|
void |
setCreateTime(Date createTime)
Set up the date when the asset has been created
|
void |
setGuid(String guid)
Set up the unique identifier of the asset
|
void |
setMetadataCollectionId(String metadataCollectionId)
Set up the metadata collection identifier of the repository where the asset can be
|
void |
setName(String name)
Set up the (qualified) name of the asset
|
void |
setStatus(Status status)
Set up the status of the asset
|
void |
setTypeDefDescription(String typeDefDescription)
Set up the type definition of the asset
|
void |
setTypeDefName(String typeDefName)
Set up the type definition of the asset
|
void |
setUpdatedBy(String updatedBy)
Set up the name of the user that updated the asset last time
|
void |
setUpdateTime(Date updateTime)
Set up the date when the asset has been created
|
void |
setVersion(Long version)
Set up the version of the asset
|
public String getGuid()
public void setGuid(String guid)
guid - of the assetpublic String getMetadataCollectionId()
public void setMetadataCollectionId(String metadataCollectionId)
metadataCollectionId - string that contains the unique identifier of the metadata collectionpublic String getName()
public void setName(String name)
name - - the name of the assetpublic String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy - - the name of the user that created the assetpublic Date getCreateTime()
public void setCreateTime(Date createTime)
createTime - - creation date of the assetpublic String getUpdatedBy()
public void setUpdatedBy(String updatedBy)
updatedBy - the name of the user that updated the asset last timepublic Date getUpdateTime()
public void setUpdateTime(Date updateTime)
updateTime - - the date when the asset has been createdpublic Long getVersion()
public void setVersion(Long version)
version - - the version of the assetpublic Status getStatus()
public void setStatus(Status status)
status - - enum that describes the asset's statuspublic String getTypeDefName()
public void setTypeDefName(String typeDefName)
typeDefName - - the type definition of the assetpublic String getTypeDefDescription()
public void setTypeDefDescription(String typeDefDescription)
typeDefDescription - - the type definition of the assetCopyright © 2018–2019 ODPi. All rights reserved.