public class Account extends Object
Account(String code, String title, Account parent)
String
getCode()
Account
getParent()
getTitle()
void
setCode(String code)
setParent(Account parent)
setTitle(String title)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Account(String code, String title, Account parent)
public String getCode()
public void setCode(String code)
public String getTitle()
public void setTitle(String title)
public Account getParent()
public void setParent(Account parent)
public String toString()
toString
Object
Copyright © 2026. All rights reserved.