com.collation.platform.model.provision.definition
Interface FileLocation
- All Superinterfaces:
- ModelObject, java.io.Serializable
public interface FileLocation
- extends ModelObject
- Naming Rules:
- 0="host,path"
- Persistable:
- true
- Table Name:
- FILELOC
- Display Name:
- host,path
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 |
setHost
void setHost(java.lang.String s)
getHost
java.lang.String getHost()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasHost
boolean hasHost()
setPath
void setPath(java.lang.String s)
getPath
java.lang.String getPath()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasPath
boolean hasPath()
setChecksum
void setChecksum(java.lang.String s)
getChecksum
java.lang.String getChecksum()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasChecksum
boolean hasChecksum()