public class CorporateDividendItem extends CorporateActionItem
| 构造器和说明 |
|---|
CorporateDividendItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
Double |
getAmount() |
java.time.LocalDate |
getAnnouncedDate() |
String |
getCurrency() |
java.time.LocalDate |
getPayDate() |
java.time.LocalDate |
getRecordDate() |
String |
getType() |
void |
setAmount(Double amount) |
void |
setAnnouncedDate(java.time.LocalDate announcedDate) |
void |
setCurrency(String currency) |
void |
setPayDate(java.time.LocalDate payDate) |
void |
setRecordDate(java.time.LocalDate recordDate) |
void |
setType(String type) |
String |
toString() |
getActionType, getExchange, getExecuteDate, getId, getMarket, getSymbol, setActionType, setExchange, setExecuteDate, setId, setMarket, setSymbolgetAccount, getLang, setLangpublic java.time.LocalDate getRecordDate()
public void setRecordDate(java.time.LocalDate recordDate)
public java.time.LocalDate getAnnouncedDate()
public void setAnnouncedDate(java.time.LocalDate announcedDate)
public java.time.LocalDate getPayDate()
public void setPayDate(java.time.LocalDate payDate)
public Double getAmount()
public void setAmount(Double amount)
public String getCurrency()
public void setCurrency(String currency)
public String getType()
public void setType(String type)
public String toString()
toString 在类中 CorporateActionItemCopyright © 2022. All rights reserved.