@Entity public class PropertyImpl extends SimpleProperty implements Property, Identifiable<String>, Comparable<Property>
Property JPA-Entity.| Constructor and Description |
|---|
PropertyImpl() |
PropertyImpl(String name,
String value) |
PropertyImpl(String name,
String value,
String defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getActualString() |
byte[] |
getBlob()
If this
Property contains BLOB data, this data is being returned. |
String |
getClob()
If this
Property contains CLOB data, this data is being returned. |
String |
getDefaultString()
Returns the default
String-value of this Property. |
String |
getDescription()
Returns the description of this
Property. |
String |
getId()
Returns the id.
|
@NotNull(message="{validation.notNull}") @Size(min=3,max=255,message="{validation.string.min.max}") String |
getName()
Returns the name of this
Property, as used in Properties.getXXX(String). |
Date |
getVersion() |
int |
hashCode() |
boolean |
isMandatory() |
compareTo, getBoolean, getChangedValue, getDouble, getFloat, getInteger, getString, setActualString, setBlob, setClob, setDefaultString, setDescription, setId, setMandatory, setName, setString, setVersion, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBoolean, getDouble, getFloat, getInteger, getStringcompareTo@NotNull(message="{validation.notNull}")
@Size(min=3,
max=255,
message="{validation.string.min.max}")
public @NotNull(message="{validation.notNull}") @Size(min=3,max=255,message="{validation.string.min.max}") String getName()
PropertyProperty, as used in Properties.getXXX(String).getName in interface PropertygetName in class SimplePropertypublic boolean isMandatory()
isMandatory in interface PropertyisMandatory in class SimplePropertypublic String getId()
IdentifiablegetId in interface Identifiable<String>getId in class SimplePropertypublic Date getVersion()
getVersion in class SimplePropertypublic String getActualString()
getActualString in class SimplePropertypublic String getDefaultString()
PropertyString-value of this Property.getDefaultString in interface PropertygetDefaultString in class SimplePropertyString-valuepublic String getDescription()
PropertyProperty.getDescription in interface PropertygetDescription in class SimplePropertypublic byte[] getBlob()
PropertyProperty contains BLOB data, this data is being returned.getBlob in interface PropertygetBlob in class SimplePropertynull)Properties.getBlob(String)public String getClob()
PropertyProperty contains CLOB data, this data is being returned.getClob in interface PropertygetClob in class SimplePropertynull)Properties.getClob(String),
Properties.getClob(String, String)Copyright © 2011–2017 aiticon GmbH. All rights reserved.