public class CCLicenseField extends Object
| Constructor and Description |
|---|
CCLicenseField(String id,
String label)
Construct a new LicenseField class.
|
public CCLicenseField(String id, String label)
id - The unique identifier for this field; this value will be used in constructing the answers XML.label - The label to use when generating the user interface.public String getId()
public String getDescription()
public void setDescription(String description)
description - The new description; this is often used as a tooltip when generating user interfaces.public String getLabel()
public void setLabel(String label)
label - The label to set.public String getType()
public void setType(String type)
type - The type to set.Copyright © 2013 DuraSpace. All Rights Reserved.