com.collation.platform.model.discovery.agent
Interface VeritasClusterAttrMapping
- All Superinterfaces:
- ModelObject, java.io.Serializable
public interface VeritasClusterAttrMapping
- extends ModelObject
Object containing data required for mapping attributes
- Naming Rules:
- 0="source,target"
- Persistable:
- true
- Table Name:
- VCSATTRMAP
- Display Name:
- source
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 |
getSource
java.lang.String getSource()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSource
void setSource(java.lang.String source)
hasSource
boolean hasSource()
getTarget
java.lang.String getTarget()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setTarget
void setTarget(java.lang.String target)
hasTarget
boolean hasTarget()