public abstract class BaseXmlAsset extends Object implements XmlAsset
| Modifier and Type | Field and Description |
|---|---|
protected XmlAssets |
assetHistory |
protected AssetType |
assetType |
protected String |
checkinComment |
protected String |
lastContributor |
protected Date |
lastModified |
protected String |
name |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseXmlAsset() |
protected |
BaseXmlAsset(String name,
String format,
String lastContributor,
String checkinComment,
Date lastModified) |
| Modifier and Type | Method and Description |
|---|---|
XmlAssets |
getAssetHistory() |
AssetType |
getAssetType() |
String |
getCheckinComment() |
String |
getLastContributor() |
Date |
getLastModified() |
String |
getName() |
void |
setAssetHistory(XmlAssets assetHistory) |
protected String name
protected AssetType assetType
protected String lastContributor
protected String checkinComment
protected Date lastModified
protected XmlAssets assetHistory
public AssetType getAssetType()
getAssetType in interface XmlAssetpublic String getLastContributor()
getLastContributor in interface XmlAssetpublic String getCheckinComment()
getCheckinComment in interface XmlAssetpublic Date getLastModified()
getLastModified in interface XmlAssetpublic XmlAssets getAssetHistory()
getAssetHistory in interface XmlAssetpublic void setAssetHistory(XmlAssets assetHistory)
setAssetHistory in interface XmlAssetCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.