public class Account extends Object implements Serializable
Account()
Account(UUID id, String name)
UUID
getId()
String
getName()
void
setId(UUID id)
setName(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Account()
public Account(UUID id, String name)
public UUID getId()
public String getName()
public void setName(String name)
public void setId(UUID id)
Copyright © 2016 LeanIX GmbH. All rights reserved.