org.drools.workbench.jcr2vfsmigration.xml.model.asset
Class AttachmentAsset
java.lang.Object
org.drools.workbench.jcr2vfsmigration.xml.model.asset.BaseXmlAsset
org.drools.workbench.jcr2vfsmigration.xml.model.asset.AttachmentAsset
- All Implemented Interfaces:
- XmlAsset
public class AttachmentAsset
- extends BaseXmlAsset
|
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
getOriginalFormat
public String getOriginalFormat()
getAttachmentFileName
public String getAttachmentFileName()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.