Package com.onslip360
Class API.ERPAccount
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.ERPAccount>
 - 
- com.onslip360.API.ERPAccount
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.ERPAccount>>
- Enclosing class:
 - API
 
public static class API.ERPAccount extends Onslip360Object<API.ERPAccount>
 
- 
- 
Constructor Summary
Constructors Constructor Description ERPAccount(Integer account, String name) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integeraccount()API.ERPAccountaccount(Integer account)Stringname()API.ERPAccountname(String name)- 
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
account
@Nonnull public Integer account()
 
- 
name
@Nonnull public String name()
 
- 
account
@Nonnull public API.ERPAccount account(Integer account)
 
- 
name
@Nonnull public API.ERPAccount name(String name)
 
 - 
 
 -