Methods Summary |
---|
public long | getId()Returns the id.
return id;
|
public java.lang.String | getName()Returns the name.
return name;
|
public void | setId(long id)Sets the id.
this.id = id;
|
public void | setName(java.lang.String name)Sets the name.
this.name = name;
|