|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HippoResourceBean
This is a base interface for all beans that represent a hippo resource should implement.
Method Summary | |
---|---|
Calendar |
getLastModified()
|
long |
getLength()
|
BigDecimal |
getLengthKB()
Return size in kilobytes |
BigDecimal |
getLengthMB()
Return size in kilobytes |
String |
getMimeType()
Get the mime type of this resource. |
Methods inherited from interface org.hippoecm.hst.content.beans.standard.HippoBean |
---|
equalCompare, getAvailableTranslationsBean, getBean, getBean, getCanonicalPath, getCanonicalUUID, getChildBeans, getChildBeans, getChildBeansByName, getChildBeansByName, getContextualBean, getContextualParentBean, getEqualComparator, getLinkedBean, getLinkedBeans, getLocalizedName, getName, getNode, getParentBean, getPath, getProperties, getProperty, getProperty, getProperty, getValueProvider, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isLeaf, isSelf |
Methods inherited from interface org.hippoecm.hst.content.beans.NodeAware |
---|
setNode |
Methods inherited from interface org.hippoecm.hst.content.beans.manager.ObjectConverterAware |
---|
getObjectConverter, setObjectConverter |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
String getMimeType()
long getLength()
BigDecimal getLengthKB()
BigDecimal getLengthMB()
Calendar getLastModified()
null
if there is no last modified (should never happen though)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |