moo
Class Property
- public class Property
- implements Serializable, MOOWritable
name
protected String name
objectName
protected String objectName
value
protected String value
create
public void create(PrintWriter out, BufferedReader mooResponse, MOOOut display)
throws java.io.IOException
getName
public String getName()
getObjectName
public String getObjectName()
getValue
public String getValue()
isStandardProp
private boolean isStandardProp()
setName
public void setName(String propValue)
setObjectName
public void setObjectName(String s)
setValue
public void setValue(String propValue)
update
public void update(PrintWriter out, BufferedReader mooResponse, MOOOut display)
throws java.io.IOException