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
ConstructorDescriptionThe 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 TypeMethodDescriptionlong
Returns the dateExpired.long
Returns the datePubScheduled.long
Returns the dateReleased.int
Returns the notificationInterval.Returns the pageInfo.Returns the responsibles.Returns the resType.boolean
Returns the hasSiblings.boolean
Returns the modifySiblings.boolean
Returns the notificationEnabled.void
setDateExpired
(long dateExpired) Sets the dateExpired.void
setDatePubScheduled
(long datePubScheduled) Sets the datePubScheduled.void
setDateReleased
(long dateReleased) Sets the dateReleased.void
setHasSiblings
(boolean hasSiblings) Sets the hasSiblings.void
setModifySiblings
(boolean modifySiblings) Sets the modifySiblings.void
setNotificationEnabled
(boolean notificationEnabled) Sets the notificationEnabled.void
setNotificationInterval
(int notificationInterval) Sets the notificationInterval.void
setPageInfo
(CmsListInfoBean pageInfo) Sets the pageInfo.void
setResponsibles
(Map<CmsPrincipalBean, String> responsibles) Sets the responsibles.void
setResType
(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
-