Asset.AssetType
Constructor and Description |
---|
AbstractAsset() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
acceptBytes() |
String |
getAssetLocation()
Returns location in the repository where this asset is stored
|
String |
getAssetType()
Returns type of the asset.
|
String |
getCreationDate()
Returns date when this item was created
|
String |
getDescription()
Returns description of the item if present
|
String |
getFullName()
Returns full name of the asset that usually is name and type.
|
String |
getLastModificationDate()
Returns date when this item was last time modified
|
String |
getName()
Returns name of the item if present
|
String |
getOwner()
Returns owner (usually user if) of this item
|
String |
getUniqueId()
Returns uniqueId of this asset
|
String |
getVersion()
Returns version of this item
|
abstract void |
setAssetContent(T content) |
void |
setAssetLocation(String assetLocation) |
void |
setAssetTpe(String assetTpe) |
void |
setCreationDate(String creationDate) |
void |
setDescription(String description) |
void |
setLastModificationDate(String lastModificationDate) |
void |
setName(String name) |
void |
setOwner(String owner) |
void |
setUniqueId(String uniqueId) |
void |
setVersion(String version) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAssetContent
public String getAssetLocation()
Asset
getAssetLocation
in interface Asset<T>
public String getAssetType()
Asset
getAssetType
in interface Asset<T>
public String getUniqueId()
Item
getUniqueId
in interface Item
public String getName()
Item
public String getDescription()
Item
getDescription
in interface Item
public String getVersion()
Item
getVersion
in interface Item
public String getOwner()
Item
public String getCreationDate()
Item
getCreationDate
in interface Item
public String getLastModificationDate()
Item
getLastModificationDate
in interface Item
public void setUniqueId(String uniqueId)
public void setName(String name)
public void setDescription(String description)
public void setVersion(String version)
public void setOwner(String owner)
public void setAssetTpe(String assetTpe)
public void setAssetLocation(String assetLocation)
public void setCreationDate(String creationDate)
public void setLastModificationDate(String lastModificationDate)
public String getFullName()
Item
getFullName
in interface Item
public abstract void setAssetContent(T content)
public abstract boolean acceptBytes()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.