public class CDBatch extends JDBCObject<CDBatch>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
LOWVAL_RPG_DATE, LOWVAL_RPG_TIME, STATUS_ACTIVE, STATUS_BLANK, STATUS_CANCELED, STATUS_DELETED, STATUS_INACTIVE, STATUS_PENDING
ivHashCode, ivHashFlds, ivObjAttrs
Constructor and Description |
---|
CDBatch()
Constructs a
CDBatch object with all field values set to
null . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBaseUserId()
Returns the id for the user the batch is based on.
|
java.lang.String |
getContentFolder()
Returns the published content folder name.
|
int |
getContentSize()
Returns the size of published content (mb).
|
java.lang.String |
getDescription()
Returns the description.
|
java.lang.String |
getNotifyEmail()
Returns the notification email address.
|
int |
getNumber()
Returns the unique number for the batch.
|
int |
getOffsiteLinks()
Returns the offsite linked documents code (0=enable, 1=disable).
|
int |
getOnsiteLinks()
Returns the onsite linked documents code (0=enable, 1=disable, 2=include).
|
java.lang.String |
getOverrideFolder()
Returns the override template folder name.
|
java.lang.String |
getSpecialTypes()
Returns the delimited list of included special type codes.
|
int |
getStatus()
Returns the status code.
|
java.util.Date |
getTimeCreated()
Returns the time when batch was created.
|
java.util.Date |
getTimeDeleted()
Returns the time when batch was deleted.
|
java.util.Date |
getTimePublished()
Returns the time when batch was published.
|
void |
setBaseUserId(java.lang.String value)
Sets the id for the user the batch is based on.
|
void |
setContentFolder(java.lang.String value)
Sets the published content folder name.
|
void |
setContentSize(int value)
Sets the size of published content (mb).
|
void |
setDescription(java.lang.String value)
Sets the description.
|
void |
setNotifyEmail(java.lang.String value)
Sets the notification email address.
|
void |
setNumber(int value)
Sets the unique number for the batch.
|
void |
setOffsiteLinks(int value)
Sets the offsite linked documents code (0=enable, 1=disable).
|
void |
setOnsiteLinks(int value)
Sets the onsite linked documents code (0=enable, 1=disable, 2=include).
|
void |
setOverrideFolder(java.lang.String value)
Sets the override template folder name.
|
void |
setSpecialTypes(java.lang.String value)
Sets the delimited list of included special type codes.
|
void |
setStatus(int value)
Sets the status code.
|
void |
setTimeCreated(java.util.Date value)
Sets the time when batch was created.
|
void |
setTimeDeleted(java.util.Date value)
Sets the time when batch was deleted.
|
void |
setTimePublished(java.util.Date value)
Sets the time when batch was published.
|
after, before, compareTo, equals, fmtStatus, fmtStatus, getObjectStatus, hashKey, setObjectStatus
cloneMapAttributes, formatValue, formatValue, getHashFields, getMapArrayList, getMapAttributes, getMapBigDecimal, getMapBoolean, getMapDate, getMapDouble, getMapInteger, getMapLong, getMapMapped, getMapObject, getMapShort, getMapString, getMapString, getMapStringBuffer, getMapStringBuilder, getMapTime, getMapTimestamp, getMapVector, hashCode, setHashFields, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMapAttributes, setMapObject, setMapTime, setMapTimestamp, toStringArray
private static final long serialVersionUID
public CDBatch()
CDBatch
object with all field values set to
null
.public int getNumber()
public void setNumber(int value)
value
- (int) The unique number for the batch.public java.lang.String getDescription()
public void setDescription(java.lang.String value)
value
- (String) The description.public java.lang.String getContentFolder()
public void setContentFolder(java.lang.String value)
value
- (String) The published content folder name.public int getContentSize()
public void setContentSize(int value)
value
- (int) The size of published content (mb).public java.lang.String getBaseUserId()
public void setBaseUserId(java.lang.String value)
value
- (String) The id for the user the batch is based on.public java.lang.String getSpecialTypes()
public void setSpecialTypes(java.lang.String value)
value
- (String) The delimited list of included special type codes.public java.lang.String getOverrideFolder()
public void setOverrideFolder(java.lang.String value)
value
- (String) The override template folder name.public int getOnsiteLinks()
public void setOnsiteLinks(int value)
value
- (int) The onsite linked documents code.public int getOffsiteLinks()
public void setOffsiteLinks(int value)
value
- (int) The offsite linked documents code.public java.lang.String getNotifyEmail()
public void setNotifyEmail(java.lang.String value)
value
- (String) The notification email address.public int getStatus()
public void setStatus(int value)
value
- (int) The status code.public java.util.Date getTimeCreated()
public void setTimeCreated(java.util.Date value)
value
- (java.util.Date) The time when batch was created.public java.util.Date getTimeDeleted()
public void setTimeDeleted(java.util.Date value)
value
- (java.util.Date) The time when batch was deleted.public java.util.Date getTimePublished()
public void setTimePublished(java.util.Date value)
value
- (java.util.Date) The time when batch was published.