com.collation.platform.model.discovery.agent
Interface OracleSchemaProps

All Superinterfaces:
ModelObject, java.io.Serializable

public interface OracleSchemaProps
extends ModelObject

Metadata object discovery for discover agent

Naming Rules:
0="property"
Persistable:
true
Table Name:
ORAMETADTL
Display Name:
property

Method Summary
 java.lang.String getProperty()
           
 boolean hasProperty()
           
 void setProperty(java.lang.String schemaObject)
           
 
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
 

Method Detail

getProperty

java.lang.String getProperty()
                             throws AttributeNotSetException
Throws:
AttributeNotSetException

setProperty

void setProperty(java.lang.String schemaObject)

hasProperty

boolean hasProperty()