public final class

Account

extends Object
java.lang.Object
   ↳ com.terradue.dsi.model.Account

Summary

Public Constructors
Account()
Public Methods
String getId()
String getName()
AccountOwner getOwner()
void setId(String id)
void setName(String name)
void setOwner(AccountOwner owner)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Account ()

Public Methods

public String getId ()

Returns
  • the id

public String getName ()

Returns
  • the name

public AccountOwner getOwner ()

Returns
  • the owner

public void setId (String id)

Parameters
id the id to set

public void setName (String name)

Parameters
name the name to set

public void setOwner (AccountOwner owner)

Parameters
owner the owner to set

public String toString ()