com.microstrategy.web.objects.admin.licensing.ContactLicenseInfo |
The ContactLicenseInfo
interface represents a single contacts license
information. It contains an array containing the license types the contact uses,
a flag as to whether the contact is enabled or not, and a method to return the contact object.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract WebSubscriptionComponent |
getContact()
Returns the Subscription component object representing a contact.
| ||||||||||
abstract String |
getContactID()
Returns the contact DSSID.
| ||||||||||
abstract String |
getContactName()
Returns the contact name.
| ||||||||||
abstract int[] |
getLicenseTypes()
Returns the license types for a contact.
| ||||||||||
abstract boolean |
isEnabled()
Returns whether the contact is enabled or not.
|
Returns the Subscription component object representing a contact.
Returns the contact DSSID. This is a shortcut method to get contact DSSID.
Returns the contact name. This is a shortcut method to get contact name.
Returns the license types for a contact.
Returns whether the contact is enabled or not.
true
if the contact is enabled.