@MappedSuperclass public abstract class BaseEntity<PK extends Serializable> extends Object implements Serializable
| Constructor and Description |
|---|
BaseEntity() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object obj) |
int |
hashCode() |
protected org.apache.commons.lang.builder.ToStringStyle |
newToStringStyle()
Factory callback method that can be overwritten to get another
ToStringStyle object
for the toString(). |
String |
toString() |
String |
toXml()
Returns a xml string representation of the object.
|
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionprotected org.apache.commons.lang.builder.ToStringStyle newToStringStyle()
ToStringStyle object
for the toString(). Default is ToStringStyle.SHORT_PREFIX_STYLE.ToStringStylepublic String toXml()
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.