org.drools.workbench.jcr2vfsmigration.xml.model.asset
Class BaseXmlAsset
java.lang.Object
org.drools.workbench.jcr2vfsmigration.xml.model.asset.BaseXmlAsset
- All Implemented Interfaces:
- XmlAsset
- Direct Known Subclasses:
- AttachmentAsset, BusinessRuleAsset, DataModelAsset, GuidedDecisionTableAsset, IgnoredAsset, PlainTextAsset
public abstract class BaseXmlAsset
- extends Object
- implements XmlAsset
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
assetType
protected AssetType assetType
lastContributor
protected String lastContributor
checkinComment
protected String checkinComment
lastModified
protected Date lastModified
assetHistory
protected XmlAssets assetHistory
BaseXmlAsset
protected BaseXmlAsset()
BaseXmlAsset
protected BaseXmlAsset(String name,
String format,
String lastContributor,
String checkinComment,
Date lastModified)
getName
public String getName()
- Specified by:
getName in interface XmlAsset
getAssetType
public AssetType getAssetType()
- Specified by:
getAssetType in interface XmlAsset
getLastContributor
public String getLastContributor()
- Specified by:
getLastContributor in interface XmlAsset
getCheckinComment
public String getCheckinComment()
- Specified by:
getCheckinComment in interface XmlAsset
getLastModified
public Date getLastModified()
- Specified by:
getLastModified in interface XmlAsset
getAssetHistory
public XmlAssets getAssetHistory()
- Specified by:
getAssetHistory in interface XmlAsset
setAssetHistory
public void setAssetHistory(XmlAssets assetHistory)
- Specified by:
setAssetHistory in interface XmlAsset
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.