public abstract class DocstoreDocument extends Object
Java class for docstoreDocument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="docstoreDocument"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="active" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="category" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="content" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="contentObject" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> <element name="createdBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="createdOn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="fastAdd" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="format" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="localId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="public" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="staffOnly" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="statusUpdatedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="statusUpdatedOn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="updatedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="updatedOn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
DocstoreDocument.OperationType |
static class |
DocstoreDocument.ResultType |
Constructor and Description |
---|
DocstoreDocument() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
deserialize(String content) |
abstract Object |
deserializeContent(Object object) |
abstract Object |
deserializeContent(String content) |
String |
getCategory()
Gets the value of the category property.
|
String |
getContent()
Gets the value of the content property.
|
Object |
getContentObject()
Gets the value of the contentObject property.
|
String |
getCreatedBy()
Gets the value of the createdBy property.
|
String |
getCreatedOn()
Gets the value of the createdOn property.
|
String |
getDisplayLabel() |
String |
getFormat()
Gets the value of the format property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLastUpdated() |
String |
getLocalId()
Gets the value of the localId property.
|
String |
getMessage() |
DocstoreDocument.OperationType |
getOperation() |
DocstoreDocument.ResultType |
getResult() |
String |
getSortedValue() |
String |
getStatus()
Gets the value of the status property.
|
String |
getStatusUpdatedBy()
Gets the value of the statusUpdatedBy property.
|
String |
getStatusUpdatedOn()
Gets the value of the statusUpdatedOn property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUpdatedBy()
Gets the value of the updatedBy property.
|
String |
getUpdatedOn()
Gets the value of the updatedOn property.
|
boolean |
isActive()
Gets the value of the active property.
|
boolean |
isFastAdd()
Gets the value of the fastAdd property.
|
boolean |
isPublic()
Gets the value of the public property.
|
boolean |
isStaffOnly()
Gets the value of the staffOnly property.
|
abstract String |
serialize(Object object) |
abstract String |
serializeContent(Object object) |
void |
setActive(boolean value)
Sets the value of the active property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setContentObject(Object value)
Sets the value of the contentObject property.
|
void |
setCreatedBy(String value)
Sets the value of the createdBy property.
|
void |
setCreatedOn(String value)
Sets the value of the createdOn property.
|
void |
setDisplayLabel(String displayLabel) |
void |
setFastAdd(boolean value)
Sets the value of the fastAdd property.
|
void |
setFormat(String value)
Sets the value of the format property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLastUpdated(String lastUpdated) |
void |
setLocalId(String value)
Sets the value of the localId property.
|
void |
setMessage(String message) |
void |
setOperation(DocstoreDocument.OperationType operation) |
void |
setPublic(boolean value)
Sets the value of the public property.
|
void |
setResult(DocstoreDocument.ResultType result) |
void |
setSortedValue(String sortedValue) |
void |
setStaffOnly(boolean value)
Sets the value of the staffOnly property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setStatusUpdatedBy(String value)
Sets the value of the statusUpdatedBy property.
|
void |
setStatusUpdatedOn(String value)
Sets the value of the statusUpdatedOn property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUpdatedBy(String value)
Sets the value of the updatedBy property.
|
void |
setUpdatedOn(String value)
Sets the value of the updatedOn property.
|
public static final String ID
public static final String CREATED_BY
public static final String UPDATED_BY
public static final String DATE_ENTERED
public static final String DATE_UPDATED
public static final String STATUS
public static final String STATUS_UPDATED_ON
public static final String DESTINATION_FIELD_DONOR_CODE
public static final String DESTINATION_FIELD_DONOR_PUBLIC_DISPLAY
public static final String DESTINATION_FIELD_DONOR_NOTE
public static final String NO_INFO_CALL_NUMBER_TYPE_CODE
public DocstoreDocument.OperationType operation
public DocstoreDocument.ResultType result
protected boolean active
protected Object contentObject
protected boolean fastAdd
protected boolean _public
protected boolean staffOnly
protected String statusUpdatedBy
protected String statusUpdatedOn
protected String lastUpdated
protected String displayLabel
protected String sortedValue
public DocstoreDocument()
public boolean isActive()
public void setActive(boolean value)
public String getCategory()
String
public void setCategory(String value)
value
- allowed object is
String
public String getContent()
String
public void setContent(String value)
value
- allowed object is
String
public Object getContentObject()
Object
public void setContentObject(Object value)
value
- allowed object is
Object
public String getCreatedBy()
String
public void setCreatedBy(String value)
value
- allowed object is
String
public String getCreatedOn()
String
public void setCreatedOn(String value)
value
- allowed object is
String
public boolean isFastAdd()
public void setFastAdd(boolean value)
public String getFormat()
String
public void setFormat(String value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public String getLocalId()
String
public void setLocalId(String value)
value
- allowed object is
String
public boolean isPublic()
public void setPublic(boolean value)
public boolean isStaffOnly()
public void setStaffOnly(boolean value)
public String getStatus()
String
public void setStatus(String value)
value
- allowed object is
String
public String getStatusUpdatedBy()
String
public void setStatusUpdatedBy(String value)
value
- allowed object is
String
public String getStatusUpdatedOn()
String
public void setStatusUpdatedOn(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getUpdatedBy()
String
public void setUpdatedBy(String value)
value
- allowed object is
String
public String getUpdatedOn()
String
public void setUpdatedOn(String value)
value
- allowed object is
String
public String getLastUpdated()
public void setLastUpdated(String lastUpdated)
public String getDisplayLabel()
public void setDisplayLabel(String displayLabel)
public String getSortedValue()
public void setSortedValue(String sortedValue)
public abstract Object deserialize(String content)
public abstract Object deserializeContent(Object object)
public abstract Object deserializeContent(String content)
public abstract String serializeContent(Object object)
public DocstoreDocument.OperationType getOperation()
public void setOperation(DocstoreDocument.OperationType operation)
public DocstoreDocument.ResultType getResult()
public void setResult(DocstoreDocument.ResultType result)
public String getMessage()
public void setMessage(String message)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.