public class LicenseAssignmentManagerLicenseAssignment extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
LicenseManagerLicenseInfo |
assignedLicense |
String |
entityDisplayName |
String |
entityId |
KeyAnyValue[] |
properties |
String |
scope |
dynamicProperty, dynamicType| Constructor and Description |
|---|
LicenseAssignmentManagerLicenseAssignment() |
| Modifier and Type | Method and Description |
|---|---|
LicenseManagerLicenseInfo |
getAssignedLicense() |
String |
getEntityDisplayName() |
String |
getEntityId() |
KeyAnyValue[] |
getProperties() |
String |
getScope() |
void |
setAssignedLicense(LicenseManagerLicenseInfo assignedLicense) |
void |
setEntityDisplayName(String entityDisplayName) |
void |
setEntityId(String entityId) |
void |
setProperties(KeyAnyValue[] properties) |
void |
setScope(String scope) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String entityId
public String scope
public String entityDisplayName
public LicenseManagerLicenseInfo assignedLicense
public KeyAnyValue[] properties
public LicenseAssignmentManagerLicenseAssignment()
public String getEntityId()
public String getScope()
public String getEntityDisplayName()
public LicenseManagerLicenseInfo getAssignedLicense()
public KeyAnyValue[] getProperties()
public void setEntityId(String entityId)
public void setScope(String scope)
public void setEntityDisplayName(String entityDisplayName)
public void setAssignedLicense(LicenseManagerLicenseInfo assignedLicense)
public void setProperties(KeyAnyValue[] properties)
Copyright © 2011-2012. All Rights Reserved.