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

All Superinterfaces:
ModelObject, java.io.Serializable

public interface ClassPathEntry
extends ModelObject

A classpath entry for a discovery agent

Naming Rules:
0="entry"
Persistable:
true
Table Name:
DACLPE
Display Name:
entry

Method Summary
 java.lang.String getEntry()
           
 boolean hasEntry()
           
 void setEntry(java.lang.String entry)
           
 
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

getEntry

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

setEntry

void setEntry(java.lang.String entry)

hasEntry

boolean hasEntry()