public class Property extends Object implements Serializable
protected String
name
value
Property()
Property(String name, String value)
String
getName()
getValue()
void
setName(String name)
setValue(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String name
protected String value
public Property()
public Property(String name, String value)
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
Copyright © 2018 JBoss by Red Hat. All rights reserved.