@Entity public class GreetingEntity extends Object implements Serializable
GreetingEntity()
GreetingEntity(String phrase)
boolean
equals(Object obj)
UUID
getId()
String
getPhrase()
int
hashCode()
void
setId(UUID id)
setPhrase(String phrase)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public GreetingEntity()
public GreetingEntity(String phrase)
public UUID getId()
public void setId(UUID id)
@SafeHtml @NotNull public String getPhrase()
public void setPhrase(String phrase)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2016–2017 Sharmarke Aden. All rights reserved.