public class SchedulingPolicyContainer extends IdentifiedContainer implements SchedulingPolicy
Constructor and Description |
---|
SchedulingPolicyContainer() |
Modifier and Type | Method and Description |
---|---|
List<Balance> |
balances() |
void |
balances(List<Balance> newBalances) |
boolean |
balancesPresent() |
boolean |
defaultPolicy() |
void |
defaultPolicy(boolean newDefaultPolicy) |
void |
defaultPolicy(Boolean newDefaultPolicy) |
boolean |
defaultPolicyPresent() |
List<Filter> |
filters() |
void |
filters(List<Filter> newFilters) |
boolean |
filtersPresent() |
boolean |
locked() |
void |
locked(boolean newLocked) |
void |
locked(Boolean newLocked) |
boolean |
lockedPresent() |
List<Property> |
properties() |
void |
properties(List<Property> newProperties) |
boolean |
propertiesPresent() |
List<Weight> |
weight() |
void |
weight(List<Weight> newWeight) |
boolean |
weightPresent() |
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
makeArrayList, makeUnmodifiableList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
public boolean defaultPolicy()
defaultPolicy
in interface SchedulingPolicy
public void defaultPolicy(boolean newDefaultPolicy)
public void defaultPolicy(Boolean newDefaultPolicy)
public boolean defaultPolicyPresent()
defaultPolicyPresent
in interface SchedulingPolicy
public boolean locked()
locked
in interface SchedulingPolicy
public void locked(boolean newLocked)
public void locked(Boolean newLocked)
public boolean lockedPresent()
lockedPresent
in interface SchedulingPolicy
public List<Property> properties()
properties
in interface SchedulingPolicy
public boolean propertiesPresent()
propertiesPresent
in interface SchedulingPolicy
public List<Balance> balances()
balances
in interface SchedulingPolicy
public boolean balancesPresent()
balancesPresent
in interface SchedulingPolicy
public List<Filter> filters()
filters
in interface SchedulingPolicy
public boolean filtersPresent()
filtersPresent
in interface SchedulingPolicy
public List<Weight> weight()
weight
in interface SchedulingPolicy
public boolean weightPresent()
weightPresent
in interface SchedulingPolicy
Copyright © 2016. All rights reserved.