public class GlAccountCompanyRelationship extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GlAccountCompanyRelationship.Builder |
| 构造器和说明 |
|---|
GlAccountCompanyRelationship() |
GlAccountCompanyRelationship(GlAccountCompanyRelationship.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCompanyCode() |
String |
getGlAccountCode() |
String |
getGlAccountCompanyRelationshipUid() |
String |
getValidTo() |
static GlAccountCompanyRelationship.Builder |
newBuilder() |
void |
setCompanyCode(String companyCode) |
void |
setGlAccountCode(String glAccountCode) |
void |
setGlAccountCompanyRelationshipUid(String glAccountCompanyRelationshipUid) |
void |
setValidTo(String validTo) |
public GlAccountCompanyRelationship()
public GlAccountCompanyRelationship(GlAccountCompanyRelationship.Builder builder)
public static GlAccountCompanyRelationship.Builder newBuilder()
public String getGlAccountCode()
public void setGlAccountCode(String glAccountCode)
public String getCompanyCode()
public void setCompanyCode(String companyCode)
public String getGlAccountCompanyRelationshipUid()
public void setGlAccountCompanyRelationshipUid(String glAccountCompanyRelationshipUid)
public String getValidTo()
public void setValidTo(String validTo)
Copyright © 2025. All rights reserved.