fr.paris.lutece.plugins.document.business.publication
Class DocumentPublication
java.lang.Object
fr.paris.lutece.plugins.document.business.publication.DocumentPublication
public class DocumentPublication
- extends java.lang.Object
This class represents business objects DocumentPublication Portlet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STATUS_PUBLISHED
public static final int STATUS_PUBLISHED
- See Also:
- Constant Field Values
STATUS_UNPUBLISHED
public static final int STATUS_UNPUBLISHED
- See Also:
- Constant Field Values
DOCUMENT_ORDER_DEFAULT_VALUE
public static final int DOCUMENT_ORDER_DEFAULT_VALUE
- See Also:
- Constant Field Values
DocumentPublication
public DocumentPublication()
getDocumentId
public int getDocumentId()
- Returns:
- the _nDocumentId
setDocumentId
public void setDocumentId(int nDocumentId)
- Parameters:
nDocumentId
- the _nDocumentId to set
getDocumentOrder
public int getDocumentOrder()
- Returns:
- the _nDocumentOrder
setDocumentOrder
public void setDocumentOrder(int nDocumentOrder)
- Parameters:
nDocumentOrder
- the _nDocumentOrder to set
getPortletId
public int getPortletId()
- Returns:
- the _nPortletId
setPortletId
public void setPortletId(int nPortletId)
- Parameters:
nPortletId
- the _nPortletId to set
getStatus
public int getStatus()
- Returns:
- the _nStatus
setStatus
public void setStatus(int nStatus)
- Parameters:
nStatus
- the _nStatus to set
getDatePublishing
public java.util.Date getDatePublishing()
- Returns:
- the _datePublishing
setDatePublishing
public void setDatePublishing(java.util.Date datePublishing)
- Parameters:
datePublishing
- the _datePublishing to set
Copyright © 2010 Mairie de Paris. All Rights Reserved.