- java.lang.Object
-
- org.jooq.meta.jaxb.Property
-
- All Implemented Interfaces:
Serializable,XMLAppendable
public class Property extends Object implements Serializable, XMLAppendable
Custom properties that are useful for Database implementations likeJPADatabase,XMLDatabase, orDDLDatabase, or to pass to JDBC drivers.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Property()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendTo(XMLBuilder builder)booleanequals(Object that)StringgetKey()StringgetValue()inthashCode()voidsetKey(String value)voidsetValue(String value)StringtoString()PropertywithKey(String value)PropertywithValue(String value)
-
-
-
Method Detail
-
getKey
public String getKey()
-
setKey
public void setKey(String value)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
appendTo
public final void appendTo(XMLBuilder builder)
- Specified by:
appendToin interfaceXMLAppendable
-
-