/**
* Gets the display title.
* @return the display title
*/
@XmlTransient
public String getDisplayTitle() {
return displayTitle;
}
java类javax.xml.bind.annotation.XmlTransient的实例源码
AgentStartArgument.java 文件源码
项目:AgentWorkbench
阅读 23
收藏 0
点赞 0
评论 0
Inventorytype.java 文件源码
项目:E-Clinic
阅读 26
收藏 0
点赞 0
评论 0
@XmlTransient
public Collection<Inventory> getInventoryCollection() {
return inventoryCollection;
}
AccountPageQueryResult.java 文件源码
项目:pay4j
阅读 26
收藏 0
点赞 0
评论 0
@XmlTransient
public String getHasNextPage() {
return hasNextPage;
}
Employee.java 文件源码
项目:marathonv5
阅读 30
收藏 0
点赞 0
评论 0
@XmlTransient
public Collection<SalesOrder> getSalesOrderCollection() {
return salesOrderCollection;
}
AccountQueryAccountLogVO.java 文件源码
项目:pay4j
阅读 25
收藏 0
点赞 0
评论 0
@XmlTransient
public String getBankAccountName() {
return bankAccountName;
}
Patient.java 文件源码
项目:E-Clinic
阅读 32
收藏 0
点赞 0
评论 0
@XmlTransient
public Collection<EmergencyInformation> getEmergencyInformationCollection() {
return emergencyInformationCollection;
}
Infectiousdisease.java 文件源码
项目:E-Clinic
阅读 24
收藏 0
点赞 0
评论 0
@XmlTransient
public Collection<Patientinfectiousdiseasehx> getPatientinfectiousdiseasehxCollection() {
return patientinfectiousdiseasehxCollection;
}
AccountQueryAccountLogVO.java 文件源码
项目:pay4j
阅读 25
收藏 0
点赞 0
评论 0
@XmlTransient
public String getOtherAccountFullname() {
return otherAccountFullname;
}
AccountQueryAccountLogVO.java 文件源码
项目:pay4j
阅读 24
收藏 0
点赞 0
评论 0
@XmlTransient
public String getIwAccountLogId() {
return iwAccountLogId;
}
ParticleColor.java 文件源码
项目:litiengine
阅读 22
收藏 0
点赞 0
评论 0
@XmlTransient
public int getRed() {
return this.red;
}