public class CustomizationUserData extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
CustomizationName |
computerName |
String |
fullName |
String |
orgName |
String |
productId |
dynamicProperty, dynamicType| Constructor and Description |
|---|
CustomizationUserData() |
| Modifier and Type | Method and Description |
|---|---|
CustomizationName |
getComputerName() |
String |
getFullName() |
String |
getOrgName() |
String |
getProductId() |
void |
setComputerName(CustomizationName computerName) |
void |
setFullName(String fullName) |
void |
setOrgName(String orgName) |
void |
setProductId(String productId) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String fullName
public String orgName
public CustomizationName computerName
public String productId
public String getFullName()
public String getOrgName()
public CustomizationName getComputerName()
public String getProductId()
public void setFullName(String fullName)
public void setOrgName(String orgName)
public void setComputerName(CustomizationName computerName)
public void setProductId(String productId)
Copyright © 2011-2012. All Rights Reserved.