public class GlAccount extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GlAccount.Builder |
| 构造器和说明 |
|---|
GlAccount() |
GlAccount(GlAccount.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getGlAccount() |
String |
getGlAccountName() |
String |
getGlAccountUid() |
I18nStruct[] |
getI18nGlAccountName() |
String |
getType() |
String |
getValidTo() |
static GlAccount.Builder |
newBuilder() |
void |
setGlAccount(String glAccount) |
void |
setGlAccountName(String glAccountName) |
void |
setGlAccountUid(String glAccountUid) |
void |
setI18nGlAccountName(I18nStruct[] i18nGlAccountName) |
void |
setType(String type) |
void |
setValidTo(String validTo) |
public GlAccount()
public GlAccount(GlAccount.Builder builder)
public static GlAccount.Builder newBuilder()
public String getGlAccountUid()
public void setGlAccountUid(String glAccountUid)
public String getGlAccount()
public void setGlAccount(String glAccount)
public String getGlAccountName()
public void setGlAccountName(String glAccountName)
public I18nStruct[] getI18nGlAccountName()
public void setI18nGlAccountName(I18nStruct[] i18nGlAccountName)
public String getType()
public void setType(String type)
public String getValidTo()
public void setValidTo(String validTo)
Copyright © 2024. All rights reserved.