org.hippoecm.hst.content.beans.standard
Class HippoStdPubWfRequest

java.lang.Object
  extended by org.hippoecm.hst.content.beans.standard.HippoItem
      extended by org.hippoecm.hst.content.beans.standard.HippoStdPubWfRequest
All Implemented Interfaces:
Comparable<HippoBean>, ObjectConverterAware, NodeAware, HippoBean, HippoRequestBean

@Node(jcrType="hippostdpubwf:request")
public class HippoStdPubWfRequest
extends HippoItem
implements HippoRequestBean


Nested Class Summary
 
Nested classes/interfaces inherited from class org.hippoecm.hst.content.beans.standard.HippoItem
HippoItem.ComparatorMap
 
Field Summary
 
Fields inherited from class org.hippoecm.hst.content.beans.standard.HippoItem
comparePath, detached, node, objectConverter, valueProvider
 
Constructor Summary
HippoStdPubWfRequest()
           
 
Method Summary
 HippoBean getDocument()
           
 String getReason()
           
 Calendar getRequestDate()
           
 String getRequestUsername()
           
 String getType()
           
 
Methods inherited from class org.hippoecm.hst.content.beans.standard.HippoItem
attach, compareTo, detach, equalCompare, equals, getAvailableTranslationsBean, getBean, getBean, getCanonicalPath, getCanonicalUUID, getChildBeans, getChildBeans, getChildBeansByName, getChildBeansByName, getContextualBean, getContextualParentBean, getEqualComparator, getLinkedBean, getLinkedBeans, getLocalizedName, getName, getNode, getObjectConverter, getParentBean, getPath, getProperties, getProperty, getProperty, getProperty, getValueProvider, hashCode, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isLeaf, isSelf, setNode, setObjectConverter
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

HippoStdPubWfRequest

public HippoStdPubWfRequest()
Method Detail

getType

public String getType()
Specified by:
getType in interface HippoRequestBean
Returns:
the type of the request or null

getDocument

public HippoBean getDocument()
Specified by:
getDocument in interface HippoRequestBean
Returns:
the HippoBean this request is for or null

getRequestUsername

public String getRequestUsername()
Specified by:
getRequestUsername in interface HippoRequestBean
Returns:
the username for this request or null

getReason

public String getReason()
Specified by:
getReason in interface HippoRequestBean
Returns:
the reason of the request, or null when there is not (yet) a reason

getRequestDate

public Calendar getRequestDate()
Specified by:
getRequestDate in interface HippoRequestBean
Returns:
the date the request takes place or null when not present


Copyright © 2008-2012 Hippo. All Rights Reserved.