Package fr.ird.observe.dto.referential
Class I18nReferentialDto
- java.lang.Object
-
- io.ultreia.java4all.bean.AbstractJavaBean
-
- fr.ird.observe.dto.AbstractObserveDto
-
- fr.ird.observe.dto.IdDto
-
- fr.ird.observe.dto.referential.ReferentialDto
-
- fr.ird.observe.dto.referential.I18nReferentialDto
-
- All Implemented Interfaces:
ObserveDto,DtoReferenceAware,ReferentialDtoReferenceAware,io.ultreia.java4all.bean.GetterProducer,io.ultreia.java4all.bean.JavaBean,io.ultreia.java4all.bean.SetterProducer,Serializable
public abstract class I18nReferentialDto extends ReferentialDto
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringlabel1protected Stringlabel2protected Stringlabel3protected Stringlabel4protected Stringlabel5protected Stringlabel6protected Stringlabel7protected Stringlabel8static StringPROPERTY_LABELstatic StringPROPERTY_LABEL1static StringPROPERTY_LABEL2static StringPROPERTY_LABEL3static StringPROPERTY_LABEL4static StringPROPERTY_LABEL5static StringPROPERTY_LABEL6static StringPROPERTY_LABEL7static StringPROPERTY_LABEL8-
Fields inherited from class fr.ird.observe.dto.IdDto
createDate, id, lastUpdateDate, PROPERTY_ID, PROPERTY_LAST_UPDATE_DATE, version
-
Fields inherited from class fr.ird.observe.dto.referential.ReferentialDto
code, needComment, PROPERTY_CODE, PROPERTY_CREATE_DATE, PROPERTY_ENABLED, PROPERTY_NEED_COMMENT, PROPERTY_STATUS, PROPERTY_URI, PROPERTY_VERSION, status, uri
-
-
Constructor Summary
Constructors Constructor Description I18nReferentialDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel(ReferentialLocale referentialLocale)StringgetLabel1()StringgetLabel2()StringgetLabel3()StringgetLabel4()StringgetLabel5()StringgetLabel6()StringgetLabel7()StringgetLabel8()voidsetLabel1(String label1)voidsetLabel2(String label2)voidsetLabel3(String label3)voidsetLabel4(String label4)voidsetLabel5(String label5)voidsetLabel6(String label6)voidsetLabel7(String label7)voidsetLabel8(String label8)-
Methods inherited from class io.ultreia.java4all.bean.AbstractJavaBean
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getChild, getJavaBeanType, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, javaBeanDefinition, pcs, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener, vcs
-
Methods inherited from class fr.ird.observe.dto.AbstractObserveDto
firePropertyChanged
-
Methods inherited from interface fr.ird.observe.dto.reference.DtoReferenceAware
getLastUpdateDate, getTopiaCreateDate, getTopiaId, getTopiaVersion
-
Methods inherited from class fr.ird.observe.dto.IdDto
equals, getCreateDate, getId, getLastUpdateDate, getTopiaCreateDate, getTopiaId, getTopiaVersion, getVersion, hashCode, isNotPersisted, isPersisted, setCreateDate, setId, setLastUpdateDate, setVersion
-
Methods inherited from interface io.ultreia.java4all.bean.JavaBean
clear, comparatorBuilder, copy, copy, get, instanceBuilder, predicateBuilder, set
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from class fr.ird.observe.dto.referential.ReferentialDto
getCode, getStatus, getUri, isEnabled, isNeedComment, setCode, setEnabled, setNeedComment, setStatus, setUri, toString
-
-
-
-
Field Detail
-
PROPERTY_LABEL
public static final String PROPERTY_LABEL
- See Also:
- Constant Field Values
-
PROPERTY_LABEL1
public static final String PROPERTY_LABEL1
- See Also:
- Constant Field Values
-
PROPERTY_LABEL2
public static final String PROPERTY_LABEL2
- See Also:
- Constant Field Values
-
PROPERTY_LABEL3
public static final String PROPERTY_LABEL3
- See Also:
- Constant Field Values
-
PROPERTY_LABEL4
public static final String PROPERTY_LABEL4
- See Also:
- Constant Field Values
-
PROPERTY_LABEL5
public static final String PROPERTY_LABEL5
- See Also:
- Constant Field Values
-
PROPERTY_LABEL6
public static final String PROPERTY_LABEL6
- See Also:
- Constant Field Values
-
PROPERTY_LABEL7
public static final String PROPERTY_LABEL7
- See Also:
- Constant Field Values
-
PROPERTY_LABEL8
public static final String PROPERTY_LABEL8
- See Also:
- Constant Field Values
-
label1
protected String label1
-
label2
protected String label2
-
label3
protected String label3
-
label4
protected String label4
-
label5
protected String label5
-
label6
protected String label6
-
label7
protected String label7
-
label8
protected String label8
-
-
Method Detail
-
getLabel1
public String getLabel1()
-
setLabel1
public void setLabel1(String label1)
-
getLabel2
public String getLabel2()
-
setLabel2
public void setLabel2(String label2)
-
getLabel3
public String getLabel3()
-
setLabel3
public void setLabel3(String label3)
-
getLabel4
public String getLabel4()
-
setLabel4
public void setLabel4(String label4)
-
getLabel5
public String getLabel5()
-
setLabel5
public void setLabel5(String label5)
-
getLabel6
public String getLabel6()
-
setLabel6
public void setLabel6(String label6)
-
getLabel7
public String getLabel7()
-
setLabel7
public void setLabel7(String label7)
-
getLabel8
public String getLabel8()
-
setLabel8
public void setLabel8(String label8)
-
getLabel
public String getLabel(ReferentialLocale referentialLocale)
-
-