public class InternalCode extends Object
Constructor and Description |
---|
InternalCode() |
Modifier and Type | Method and Description |
---|---|
static String |
code(String first,
String... strs) |
String |
getCode() |
String |
getInstitutionCode() |
String |
getMainTranslation() |
Integer |
getRank() |
Set<InternalCodeTrans> |
getTranslationSet() |
String |
getType() |
boolean |
isDefaultValue() |
void |
setCode(String code) |
void |
setDefaultValue(boolean defaultValue) |
void |
setInstitutionCode(String institutionCode) |
void |
setRank(Integer rank) |
void |
setTranslationSet(Set<InternalCodeTrans> translations) |
void |
setType(String type) |
public String getInstitutionCode()
public void setInstitutionCode(String institutionCode)
public String getCode()
public void setCode(String code)
public String getType()
public void setType(String type)
public Integer getRank()
public void setRank(Integer rank)
public Set<InternalCodeTrans> getTranslationSet()
public void setTranslationSet(Set<InternalCodeTrans> translations)
public boolean isDefaultValue()
public void setDefaultValue(boolean defaultValue)
public String getMainTranslation()
Copyright © 2021. All rights reserved.