Class CmsAvailabilityInfoBean
java.lang.Object
org.opencms.ui.dialogs.availability.CmsAvailabilityInfoBean
- All Implemented Interfaces:
Serializable
A bean that holds the informations of the availability dialog.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThe default constructor.CmsAvailabilityInfoBean(String resType, long datePubScheduled, long dateReleased, long dateExpired, int notificationInterval, boolean notificationEnabled, boolean hasSiblings, boolean modifySiblings, Map<CmsPrincipalBean, String> responsibles, CmsListInfoBean pageInfo) The public constructor. -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the dateExpired.longReturns the datePubScheduled.longReturns the dateReleased.intReturns the notificationInterval.Returns the pageInfo.Returns the responsibles.Returns the resType.booleanReturns the hasSiblings.booleanReturns the modifySiblings.booleanReturns the notificationEnabled.voidsetDateExpired(long dateExpired) Sets the dateExpired.voidsetDatePubScheduled(long datePubScheduled) Sets the datePubScheduled.voidsetDateReleased(long dateReleased) Sets the dateReleased.voidsetHasSiblings(boolean hasSiblings) Sets the hasSiblings.voidsetModifySiblings(boolean modifySiblings) Sets the modifySiblings.voidsetNotificationEnabled(boolean notificationEnabled) Sets the notificationEnabled.voidsetNotificationInterval(int notificationInterval) Sets the notificationInterval.voidsetPageInfo(CmsListInfoBean pageInfo) Sets the pageInfo.voidsetResponsibles(Map<CmsPrincipalBean, String> responsibles) Sets the responsibles.voidsetResType(String resType) Sets the resType.
-
Constructor Details
-
CmsAvailabilityInfoBean
public CmsAvailabilityInfoBean()The default constructor.
-
-
Method Details
-
getDateExpired
Returns the dateExpired.- Returns:
- the dateExpired
-
getDatePubScheduled
Returns the datePubScheduled.- Returns:
- the datePubScheduled
-
getDateReleased
Returns the dateReleased.- Returns:
- the dateReleased
-
getNotificationInterval
Returns the notificationInterval.- Returns:
- the notificationInterval
-
getPageInfo
Returns the pageInfo.- Returns:
- the pageInfo
-
getResponsibles
Returns the responsibles.- Returns:
- the responsibles
-
getResType
Returns the resType.- Returns:
- the resType
-
isHasSiblings
Returns the hasSiblings.- Returns:
- the hasSiblings
-
isModifySiblings
Returns the modifySiblings.- Returns:
- the modifySiblings
-
isNotificationEnabled
Returns the notificationEnabled.- Returns:
- the notificationEnabled
-
setDateExpired
Sets the dateExpired.- Parameters:
dateExpired- the dateExpired to set
-
setDatePubScheduled
Sets the datePubScheduled.- Parameters:
datePubScheduled- the datePubScheduled to set
-
setDateReleased
Sets the dateReleased.- Parameters:
dateReleased- the dateReleased to set
-
setHasSiblings
Sets the hasSiblings.- Parameters:
hasSiblings- the hasSiblings to set
-
setModifySiblings
Sets the modifySiblings.- Parameters:
modifySiblings- the modifySiblings to set
-
setNotificationEnabled
Sets the notificationEnabled.- Parameters:
notificationEnabled- the notificationEnabled to set
-
setNotificationInterval
Sets the notificationInterval.- Parameters:
notificationInterval- the notificationInterval to set
-
setResponsibles
Sets the responsibles.- Parameters:
responsibles- the responsibles to set
-
setResType
Sets the resType.- Parameters:
resType- the resType to set
-