public class DistributableChildIdentifierList extends ChildIdentifierList
Constructor and Description |
---|
DistributableChildIdentifierList(long id,
java.lang.String name) |
DistributableChildIdentifierList(long id,
java.lang.String name,
boolean distributable,
java.lang.String reason) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getReasonForNotDistributing() |
boolean |
isDistributable() |
void |
setDistributable(boolean distributable) |
void |
setReasonForNotDistributing(java.lang.String reasonForNotDistributing) |
getChildren, setChildren
public DistributableChildIdentifierList(long id, java.lang.String name)
public DistributableChildIdentifierList(long id, java.lang.String name, boolean distributable, java.lang.String reason)
public boolean isDistributable()
public void setDistributable(boolean distributable)
public java.lang.String getReasonForNotDistributing()
public void setReasonForNotDistributing(java.lang.String reasonForNotDistributing)