Drools Workbench - XML for migration 6.2.0.CR4

org.drools.workbench.jcr2vfsmigration.xml.model.asset
Class BaseXmlAsset

java.lang.Object
  extended by 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


Field Summary
protected  XmlAssets assetHistory
           
protected  AssetType assetType
           
protected  String checkinComment
           
protected  String lastContributor
           
protected  Date lastModified
           
protected  String name
           
 
Constructor Summary
protected BaseXmlAsset()
           
protected BaseXmlAsset(String name, String format, String lastContributor, String checkinComment, Date lastModified)
           
 
Method Summary
 XmlAssets getAssetHistory()
           
 AssetType getAssetType()
           
 String getCheckinComment()
           
 String getLastContributor()
           
 Date getLastModified()
           
 String getName()
           
 void setAssetHistory(XmlAssets assetHistory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

assetType

protected AssetType assetType

lastContributor

protected String lastContributor

checkinComment

protected String checkinComment

lastModified

protected Date lastModified

assetHistory

protected XmlAssets assetHistory
Constructor Detail

BaseXmlAsset

protected BaseXmlAsset()

BaseXmlAsset

protected BaseXmlAsset(String name,
                       String format,
                       String lastContributor,
                       String checkinComment,
                       Date lastModified)
Method Detail

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

Drools Workbench - XML for migration 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.