com.collation.platform.model.topology.sys
Interface FileSystemContent
- All Superinterfaces:
- LogicalContent, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
- All Known Subinterfaces:
- CertificateFile, CICSFile, ConfigFile, DataFile, Directory, ExecutableFile, PrivateKeyFile, SybaseConfigFile, SybaseDevice, ZReportFile
public interface FileSystemContent
- extends LogicalContent
- Persistable:
- true
- Display Name:
- fixedPath
Methods inherited from interface com.collation.platform.model.topology.core.LogicalContent |
getChecksum, getConfigFile, getContent, getContentType, getFixedPath, getURI, hasChecksum, hasConfigFile, hasContent, hasContentType, hasFixedPath, hasURI, setChecksum, setConfigFile, setContent, setContentType, setFixedPath, setURI |
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 |
getRealFile
java.lang.String getRealFile()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setRealFile
void setRealFile(java.lang.String s)
hasRealFile
boolean hasRealFile()
getLastModified
long getLastModified()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setLastModified
void setLastModified(long timestamp)
hasLastModified
boolean hasLastModified()
getSize
long getSize()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSize
void setSize(long size)
hasSize
boolean hasSize()
getOwner
java.lang.String getOwner()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setOwner
void setOwner(java.lang.String owner)
hasOwner
boolean hasOwner()
getGroup
java.lang.String getGroup()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setGroup
void setGroup(java.lang.String group)
hasGroup
boolean hasGroup()
getPermissions
java.lang.String getPermissions()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setPermissions
void setPermissions(java.lang.String p)
hasPermissions
boolean hasPermissions()