public interface ScheduledStartFilterProperty extends ActivityAttributeFilterProperty
ScheduledStartFilterPropertyActivityFilterProperty.Identity| Modifier and Type | Method and Description |
|---|---|
Integer |
getOffsetInHours()
Retrieves the possibly null value for the optional attribute
offsetInHours. |
List<Date> |
getScheduledStart()
Retrieves a list containing all the elements for the attribute
scheduledStart. |
void |
setOffsetInHours(Integer offsetInHours)
Sets a new value for the attribute
offsetInHours. |
void |
setScheduledStart(Date... scheduledStart)
Clears
scheduledStart and adds the given value(s). |
getDescription, getName, isActive, setActive, setDescription, setNameaddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUsergetFilterOperator, getFilterQuantor, setFilterOperator, setFilterQuantorInteger getOffsetInHours()
offsetInHours.offsetInHours.void setOffsetInHours(Integer offsetInHours)
offsetInHours.offsetInHours - The possibly null new value for attribute offsetInHours.List<Date> getScheduledStart()
scheduledStart.void setScheduledStart(Date... scheduledStart)
scheduledStart and adds the given value(s).
This method is equivalent to
list.clear();
for(java.util.Date e : attributeName){
list.add(e);
}
scheduledStart - value(s) to be added to scheduledStartThis software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.