Package com.redwood.scheduler.api.rtx
Class RTXSource
- java.lang.Object
- 
- com.redwood.scheduler.api.rtx.RTXSource
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class RTXSource extends Object implements Serializable Metadata about the source of this document.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected RTXMetadatametadata
 - 
Constructor SummaryConstructors Constructor Description RTXSource()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDocumentPair(String newKey, String newValue)RTXSourcecopy()StringgetDescription()StringgetDocumentFileName()List<RTXDocumentPair>getDocumentPairs()StringgetDocumentSystemURL()StringgetDocumentURL()StringgetId()RTXDocumentKeygetKey()voidsetDescription(String newValue)voidsetDocumentFileName(String newValue)voidsetDocumentSystemURL(String newValue)voidsetDocumentURL(String newValue)voidsetId(String newValue)voidsetKey(RTXDocumentKey newValue)StringtoString()
 
- 
- 
- 
Field Detail- 
metadataprotected RTXMetadata metadata 
 
- 
 - 
Method Detail- 
addDocumentPairpublic void addDocumentPair(String newKey, String newValue) throws RTXMetadataReadOnlyRuntimeException 
 - 
getDescriptionpublic String getDescription() 
 - 
getDocumentFileNamepublic String getDocumentFileName() 
 - 
getDocumentPairspublic List<RTXDocumentPair> getDocumentPairs() 
 - 
getDocumentSystemURLpublic String getDocumentSystemURL() 
 - 
getDocumentURLpublic String getDocumentURL() 
 - 
getIdpublic String getId() 
 - 
getKeypublic RTXDocumentKey getKey() 
 - 
setDescriptionpublic void setDescription(String newValue) throws RTXMetadataReadOnlyRuntimeException 
 - 
setDocumentFileNamepublic void setDocumentFileName(String newValue) throws RTXMetadataReadOnlyRuntimeException 
 - 
setDocumentSystemURLpublic void setDocumentSystemURL(String newValue) throws RTXMetadataReadOnlyRuntimeException 
 - 
setDocumentURLpublic void setDocumentURL(String newValue) throws RTXMetadataReadOnlyRuntimeException 
 - 
setIdpublic void setId(String newValue) throws RTXMetadataReadOnlyRuntimeException 
 - 
setKeypublic void setKey(RTXDocumentKey newValue) throws RTXMetadataReadOnlyRuntimeException 
 - 
copypublic RTXSource copy() 
 
- 
 
-