|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LogicalContent
The LogicalContent class represents the contents of a file, database table, or other data container rather than the container itself. For example, the configuration statements contained in a particular file used by WebSphere would be LogicalContents ... whereas the file itself would be a container.
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getChecksum()
A value calculated from the contents of the element, that can be used to check for validity or corruption of the data. |
ConfigFile |
getConfigFile()
|
java.lang.String |
getContent()
A summary description of the contents of this element. |
java.lang.String |
getContentType()
A description of the type of content included in this element, such as XML or text or Microsoft Word document. |
java.lang.String |
getFixedPath()
The location of the contents referred to by this element, expressed as a file path on a particular computer. |
java.lang.String |
getURI()
A uniform resource identifier, specified according to the standard RFC3986 that identifies the contents of this element. |
boolean |
hasChecksum()
|
boolean |
hasConfigFile()
|
boolean |
hasContent()
|
boolean |
hasContentType()
|
boolean |
hasFixedPath()
|
boolean |
hasURI()
|
void |
setChecksum(java.lang.String s)
|
void |
setConfigFile(ConfigFile x)
|
void |
setContent(java.lang.String s)
|
void |
setContentType(java.lang.String s)
|
void |
setFixedPath(java.lang.String path)
|
void |
setURI(java.lang.String uri)
|
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement |
---|
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles |
Methods inherited from interface com.collation.platform.model.ModelObject |
---|
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
Field Detail |
---|
static final java.lang.String IBM_COPYRIGHT
Method Detail |
---|
ConfigFile getConfigFile() throws AttributeNotSetException
AttributeNotSetException
void setConfigFile(ConfigFile x)
boolean hasConfigFile()
java.lang.String getURI() throws AttributeNotSetException
AttributeNotSetException
void setURI(java.lang.String uri)
boolean hasURI()
java.lang.String getFixedPath() throws AttributeNotSetException
AttributeNotSetException
void setFixedPath(java.lang.String path)
boolean hasFixedPath()
java.lang.String getContent() throws AttributeNotSetException
AttributeNotSetException
void setContent(java.lang.String s)
boolean hasContent()
java.lang.String getChecksum() throws AttributeNotSetException
AttributeNotSetException
void setChecksum(java.lang.String s)
boolean hasChecksum()
java.lang.String getContentType() throws AttributeNotSetException
AttributeNotSetException
void setContentType(java.lang.String s)
boolean hasContentType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |