com.collation.platform.model.topology.app.citrix
Interface CitrixLicense

All Superinterfaces:
LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable, Version

public interface CitrixLicense
extends LogicalElement, Version

Naming Rules:
0="serialNumber"
Persistable:
true
Table Name:
CTXLIC
Display Name:
PLDFullName

Field Summary
static java.lang.String IBM_COPYRIGHT
           
 
Method Summary
 int getCount()
           
 long getExpirationDate()
           
 java.lang.String getLicenseType()
           
 int getOverdraft()
           
 java.lang.String getPLD()
           
 java.lang.String getPLDFullName()
           
 CitrixLicensePool getPool()
           
 java.lang.String getSerialNumber()
           
 boolean hasCount()
           
 boolean hasExpirationDate()
           
 boolean hasLicenseType()
           
 boolean hasOverdraft()
           
 boolean hasPLD()
           
 boolean hasPLDFullName()
           
 boolean hasPool()
           
 boolean hasSerialNumber()
           
 void setCount(int x)
           
 void setExpirationDate(long x)
           
 void setLicenseType(java.lang.String x)
           
 void setOverdraft(int x)
           
 void setPLD(java.lang.String x)
           
 void setPLDFullName(java.lang.String x)
           
 void setPool(CitrixLicensePool x)
           
 void setSerialNumber(java.lang.String x)
           
 
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles
 
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
 
Methods inherited from interface com.collation.platform.model.topology.core.Version
getBuildLevel, getLevel, getMajorVersion, getModifier, getRelease, getVersionString, hasBuildLevel, hasLevel, hasMajorVersion, hasModifier, hasRelease, hasVersionString, setBuildLevel, setLevel, setMajorVersion, setModifier, setRelease, setVersionString
 

Field Detail

IBM_COPYRIGHT

static final java.lang.String IBM_COPYRIGHT
See Also:
Constant Field Values
Method Detail

getExpirationDate

long getExpirationDate()
                       throws AttributeNotSetException
Throws:
AttributeNotSetException

setExpirationDate

void setExpirationDate(long x)

hasExpirationDate

boolean hasExpirationDate()

getLicenseType

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

setLicenseType

void setLicenseType(java.lang.String x)

hasLicenseType

boolean hasLicenseType()

getPool

CitrixLicensePool getPool()
                          throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.Federates" reverse="true"

setPool

void setPool(CitrixLicensePool x)

hasPool

boolean hasPool()

getSerialNumber

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

setSerialNumber

void setSerialNumber(java.lang.String x)

hasSerialNumber

boolean hasSerialNumber()

getPLDFullName

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

setPLDFullName

void setPLDFullName(java.lang.String x)

hasPLDFullName

boolean hasPLDFullName()

getPLD

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

setPLD

void setPLD(java.lang.String x)

hasPLD

boolean hasPLD()

getOverdraft

int getOverdraft()
                 throws AttributeNotSetException
Throws:
AttributeNotSetException

setOverdraft

void setOverdraft(int x)

hasOverdraft

boolean hasOverdraft()

getCount

int getCount()
             throws AttributeNotSetException
Throws:
AttributeNotSetException

setCount

void setCount(int x)

hasCount

boolean hasCount()