public class SimpleDTO extends Object
SimpleDTO()
String
getFoo()
getFooBar()
Long
getId()
void
setFoo(String foo)
setFooBar(String fooBar)
setId(Long id)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public SimpleDTO()
public Long getId()
public void setId(Long id)
public String getFoo()
public void setFoo(String foo)
public String getFooBar()
public void setFooBar(String fooBar)
public String toString()
toString
Object
Copyright © 2020. All rights reserved.