public interface CustodianInfo
Modifier and Type | Method and Description |
---|---|
int |
getCustodian() |
int |
getCustodyAccount() |
int |
getCustodyAllocationType() |
boolean |
isNull() |
boolean |
isNullCustodian() |
boolean |
isNullCustodyAccount() |
boolean |
isNullCustodyAllocationType() |
void |
setCustodian(int value) |
void |
setCustodyAccount(int value) |
void |
setCustodyAllocationType(int value) |
void |
setNull() |
void |
setNullCustodian() |
void |
setNullCustodyAccount() |
void |
setNullCustodyAllocationType() |
boolean isNull()
void setNull()
int getCustodian()
void setCustodian(int value)
void setNullCustodian()
boolean isNullCustodian()
int getCustodyAccount()
void setCustodyAccount(int value)
void setNullCustodyAccount()
boolean isNullCustodyAccount()
int getCustodyAllocationType()
void setCustodyAllocationType(int value)
void setNullCustodyAllocationType()
boolean isNullCustodyAllocationType()
Copyright © 2005–2024 Onix Solutions. All rights reserved.