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, waitgetAssetContentpublic String getAssetLocation()
AssetgetAssetLocation in interface Asset<T>public String getAssetType()
AssetgetAssetType in interface Asset<T>public String getUniqueId()
ItemgetUniqueId in interface Itempublic String getName()
Itempublic String getDescription()
ItemgetDescription in interface Itempublic String getVersion()
ItemgetVersion in interface Itempublic String getOwner()
Itempublic String getCreationDate()
ItemgetCreationDate in interface Itempublic String getLastModificationDate()
ItemgetLastModificationDate in interface Itempublic 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()
ItemgetFullName in interface Itempublic abstract void setAssetContent(T content)
public abstract boolean acceptBytes()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.