Methods Summary |
---|
public java.lang.String | getId()Returns the id.
return id;
|
public java.lang.String | getProp()Returns the prop.
return prop;
|
public Single | getSingle()Returns the single.
return single;
|
public java.lang.String | getString()Returns the string.
return string;
|
public void | setId(java.lang.String id)Sets the id.
this.id = id;
|
public void | setProp(java.lang.String prop)Sets the prop.
this.prop = prop;
|
public void | setSingle(Single single)Sets the single.
this.single = single;
|
public void | setString(java.lang.String string)Sets the string.
this.string = string;
|