public class Property extends Object
Constructor and Description |
---|
Property()
Create a new property.
|
Property(String type,
String value)
Create a new property.
|
Property(String name,
String type,
String value)
Create a new property.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the name.
|
String |
getType()
Get the type.
|
String |
getValue()
Get the value.
|
void |
setName(String name)
Set the name.
|
void |
setType(String type)
Set the type.
|
void |
setValue(String value)
Set the value.
|
String |
toString()
Get the string representation.
|
public String getName()
public void setName(String name)
name
- The name to set.public String getType()
public void setType(String type)
type
- The type to set.public String getValue()
public void setValue(String value)
Copyright © 2012. All Rights Reserved.