Drools Workbench - XML for migration 6.2.0.CR4

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

java.lang.Object
  extended by org.drools.workbench.jcr2vfsmigration.xml.model.asset.BaseXmlAsset
      extended by org.drools.workbench.jcr2vfsmigration.xml.model.asset.AttachmentAsset
All Implemented Interfaces:
XmlAsset

public class AttachmentAsset
extends BaseXmlAsset


Field Summary
 
Fields inherited from class org.drools.workbench.jcr2vfsmigration.xml.model.asset.BaseXmlAsset
assetHistory, assetType, checkinComment, lastContributor, lastModified, name
 
Constructor Summary
AttachmentAsset(String name, String format, String lastContributor, String checkinComment, Date lastModified, String attachmentFileName)
           
AttachmentAsset(String name, String format, String lastContributor, String checkinComment, Date lastModified, String originalFormat, String attachmentFileName)
           
 
Method Summary
 String getAttachmentFileName()
           
 String getOriginalFormat()
           
 
Methods inherited from class org.drools.workbench.jcr2vfsmigration.xml.model.asset.BaseXmlAsset
getAssetHistory, getAssetType, getCheckinComment, getLastContributor, getLastModified, getName, setAssetHistory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentAsset

public AttachmentAsset(String name,
                       String format,
                       String lastContributor,
                       String checkinComment,
                       Date lastModified,
                       String attachmentFileName)

AttachmentAsset

public AttachmentAsset(String name,
                       String format,
                       String lastContributor,
                       String checkinComment,
                       Date lastModified,
                       String originalFormat,
                       String attachmentFileName)
Method Detail

getOriginalFormat

public String getOriginalFormat()

getAttachmentFileName

public String getAttachmentFileName()

Drools Workbench - XML for migration 6.2.0.CR4

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