public class PickListEntryNodeBean extends Versionable implements java.io.Serializable
Constructor and Description |
---|
PickListEntryNodeBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEntryStateUId() |
java.lang.Boolean |
getInclude() |
PickListEntry |
getPickListEntry() |
PickListEntryExclusion |
getPickListEntryExclusion() |
java.lang.String |
getPickListEntryId() |
java.lang.String |
getVsPLEntryGuid() |
void |
setEntryStateUId(java.lang.String entryStateUId) |
void |
setInclude(java.lang.Boolean include) |
void |
setPickListEntry(PickListEntry pickListEntry) |
void |
setPickListEntryExclusion(PickListEntryExclusion pickListEntryExclusion) |
void |
setPickListEntryId(java.lang.String pickListEntryId) |
void |
setVsPLEntryGuid(java.lang.String vsPLEntryGuid) |
getEffectiveDate, getEntryState, getExpirationDate, getIsActive, getOwner, getStatus, isIsActive, isValid, marshal, marshal, setEffectiveDate, setEntryState, setExpirationDate, setIsActive, setOwner, setStatus, unmarshalVersionable, validate
getParent, setParent
public java.lang.String getPickListEntryId()
public void setPickListEntryId(java.lang.String pickListEntryId)
pickListEntryId
- the _pickListEntryId to setpublic java.lang.Boolean getInclude()
public void setInclude(java.lang.Boolean include)
include
- the include to setpublic PickListEntry getPickListEntry()
public void setPickListEntry(PickListEntry pickListEntry)
pickListEntry
- the pickListEntry to setpublic PickListEntryExclusion getPickListEntryExclusion()
public void setPickListEntryExclusion(PickListEntryExclusion pickListEntryExclusion)
pickListEntryExclusion
- the pickListEntryExclusion to setpublic java.lang.String getVsPLEntryGuid()
public void setVsPLEntryGuid(java.lang.String vsPLEntryGuid)
vsPLEntryGuid
- the vsPLEntryGuid to setpublic java.lang.String getEntryStateUId()
public void setEntryStateUId(java.lang.String entryStateUId)
entryStateUId
- the entryStateUId to set