public abstract class BaseDto extends Object implements Serializable
BaseDto()
boolean
equals(Object o)
Long
getId()
getVersion()
int
hashCode()
isNew()
void
setId(Long id)
setVersion(Long version)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public BaseDto()
public Long getId()
public void setId(Long id)
public Long getVersion()
public void setVersion(Long version)
public boolean isNew()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2015 Glasnost. All Rights Reserved.