@Entity public class BusinessDescr extends Object implements Serializable
Constructor and Description |
---|
BusinessDescr() |
BusinessDescr(BusinessEntity businessEntity,
String descr) |
BusinessDescr(BusinessEntity businessEntity,
String langCode,
String descr) |
Modifier and Type | Method and Description |
---|---|
BusinessEntity |
getBusinessEntity() |
String |
getDescr() |
Long |
getId() |
String |
getLangCode() |
void |
setBusinessEntity(BusinessEntity businessEntity) |
void |
setDescr(String descr) |
void |
setId(Long id) |
void |
setLangCode(String langCode) |
public BusinessDescr()
public BusinessDescr(BusinessEntity businessEntity, String descr)
public BusinessDescr(BusinessEntity businessEntity, String langCode, String descr)
public Long getId()
public void setId(Long id)
public BusinessEntity getBusinessEntity()
public void setBusinessEntity(BusinessEntity businessEntity)
public String getLangCode()
public void setLangCode(String langCode)
public String getDescr()
public void setDescr(String descr)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.