Class AssetInfo
- java.lang.Object
-
- com.adobe.aem.formsndocuments.transferobjects.AssetInfo
-
public class AssetInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AssetInfo(Resource resource, FMConstants.CoreAssetType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getCreatorTool()
long
getLastModifiedOrCreatedTime(javax.jcr.Session session)
java.lang.String
getNonFMAssetPublishType()
java.lang.String
getPublishAssetType()
Resource
getResource()
FMConstants.CoreAssetType
getType()
int
hashCode()
void
setCreatorTool(java.lang.String creatorTool)
void
setNonFMAssetType(java.lang.String nonFMAssetPublishType)
void
setResource(Resource resource)
void
setType(FMConstants.CoreAssetType type)
java.lang.String
toString()
-
-
-
Constructor Detail
-
AssetInfo
public AssetInfo(Resource resource, FMConstants.CoreAssetType type) throws FormsMgrException
- Throws:
FormsMgrException
-
-
Method Detail
-
getResource
public Resource getResource()
-
setResource
public void setResource(Resource resource)
-
getType
public FMConstants.CoreAssetType getType()
-
setType
public void setType(FMConstants.CoreAssetType type)
-
getNonFMAssetPublishType
public java.lang.String getNonFMAssetPublishType()
-
setNonFMAssetType
public void setNonFMAssetType(java.lang.String nonFMAssetPublishType)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
getPublishAssetType
public java.lang.String getPublishAssetType()
-
getLastModifiedOrCreatedTime
public long getLastModifiedOrCreatedTime(javax.jcr.Session session) throws FormsMgrException
- Throws:
FormsMgrException
-
getCreatorTool
public java.lang.String getCreatorTool()
-
setCreatorTool
public void setCreatorTool(java.lang.String creatorTool)
-
-