com.collation.platform.model.discovery.profile
Interface ObjectRediscoveryInfo
- All Superinterfaces:
- ModelObject, java.io.Serializable
public interface ObjectRediscoveryInfo
- extends ModelObject
RediscoveryInfo
- Naming Rules:
- 0="objGuid"
- Persistable:
- true
- Table Name:
- OBJRDISC
- Display Name:
- objGuid
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 |
getObjGuid
Guid getObjGuid()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setObjGuid
void setObjGuid(Guid objGuid)
hasObjGuid
boolean hasObjGuid()
getObjGuids
ModelObject[] getObjGuids()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setObjGuids
void setObjGuids(ModelObject[] objGuids)
hasObjGuids
boolean hasObjGuids()
getAgentConfigurationGuid
Guid getAgentConfigurationGuid()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setAgentConfigurationGuid
void setAgentConfigurationGuid(Guid acGuid)
hasAgentConfigurationGuid
boolean hasAgentConfigurationGuid()
getAgentConfigurationName
java.lang.String getAgentConfigurationName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setAgentConfigurationName
void setAgentConfigurationName(java.lang.String acName)
hasAgentConfigurationName
boolean hasAgentConfigurationName()
getSeed
byte[] getSeed()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSeed
void setSeed(byte[] seed)
hasSeed
boolean hasSeed()