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 XmlAsset
public String getLastContributor()
getLastContributor
in interface XmlAsset
public String getCheckinComment()
getCheckinComment
in interface XmlAsset
public Date getLastModified()
getLastModified
in interface XmlAsset
public XmlAssets getAssetHistory()
getAssetHistory
in interface XmlAsset
public void setAssetHistory(XmlAssets assetHistory)
setAssetHistory
in interface XmlAsset
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.