Class AtlLinguistischeVariableZeitReserveEisGlaette
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmbitctrlswisumfelddatenzrg.attribute.AtlLinguistischeVariableZeitReserveEisGlaette
-
- All Implemented Interfaces:
de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
public class AtlLinguistischeVariableZeitReserveEisGlaette extends java.lang.Object implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
Linguistische Variable, definiert durch ein Trapetz.
-
-
Constructor Summary
Constructors Constructor Description AtlLinguistischeVariableZeitReserveEisGlaette()
-
Method Summary
Modifier and Type Method Description void
atl2Bean(de.bsvrz.dav.daf.main.Data daten, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
void
bean2Atl(de.bsvrz.dav.daf.main.Data datum, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
AtlLinguistischeVariableZeitReserveEisGlaette
clone()
java.lang.String
getName()
Name des Zustandes.AttUfdsZeitReserveEisGlaette
getT1()
Erster Definitionspunkt des Trapets für die linguistische Variable.AttUfdsZeitReserveEisGlaette
getT2()
Zweiter Definitionspunkt des Trapets für die linguistische Variable.AttUfdsZeitReserveEisGlaette
getT3()
Dritter Definitionspunkt des Trapets für die linguistische Variable.AttUfdsZeitReserveEisGlaette
getT4()
Vierter Definitionspunkt des Trapets für die linguistische Variable.void
setName(java.lang.String _name)
Name des Zustandes.void
setT1(AttUfdsZeitReserveEisGlaette _t1)
Erster Definitionspunkt des Trapets für die linguistische Variable.void
setT2(AttUfdsZeitReserveEisGlaette _t2)
Zweiter Definitionspunkt des Trapets für die linguistische Variable.void
setT3(AttUfdsZeitReserveEisGlaette _t3)
Dritter Definitionspunkt des Trapets für die linguistische Variable.void
setT4(AttUfdsZeitReserveEisGlaette _t4)
Vierter Definitionspunkt des Trapets für die linguistische Variable.java.lang.String
toString()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Name des Zustandes.- Returns:
- der Wert von Name.
-
setName
public void setName(java.lang.String _name)
Name des Zustandes.- Parameters:
_name
- der neue Wert von Name.
-
getT1
public AttUfdsZeitReserveEisGlaette getT1()
Erster Definitionspunkt des Trapets für die linguistische Variable.- Returns:
- der Wert von T1.
-
setT1
public void setT1(AttUfdsZeitReserveEisGlaette _t1)
Erster Definitionspunkt des Trapets für die linguistische Variable.- Parameters:
_t1
- der neue Wert von T1.
-
getT2
public AttUfdsZeitReserveEisGlaette getT2()
Zweiter Definitionspunkt des Trapets für die linguistische Variable.- Returns:
- der Wert von T2.
-
setT2
public void setT2(AttUfdsZeitReserveEisGlaette _t2)
Zweiter Definitionspunkt des Trapets für die linguistische Variable.- Parameters:
_t2
- der neue Wert von T2.
-
getT3
public AttUfdsZeitReserveEisGlaette getT3()
Dritter Definitionspunkt des Trapets für die linguistische Variable.- Returns:
- der Wert von T3.
-
setT3
public void setT3(AttUfdsZeitReserveEisGlaette _t3)
Dritter Definitionspunkt des Trapets für die linguistische Variable.- Parameters:
_t3
- der neue Wert von T3.
-
getT4
public AttUfdsZeitReserveEisGlaette getT4()
Vierter Definitionspunkt des Trapets für die linguistische Variable.- Returns:
- der Wert von T4.
-
setT4
public void setT4(AttUfdsZeitReserveEisGlaette _t4)
Vierter Definitionspunkt des Trapets für die linguistische Variable.- Parameters:
_t4
- der neue Wert von T4.
-
bean2Atl
public void bean2Atl(de.bsvrz.dav.daf.main.Data datum, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
- Specified by:
bean2Atl
in interfacede.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
-
atl2Bean
public void atl2Bean(de.bsvrz.dav.daf.main.Data daten, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
- Specified by:
atl2Bean
in interfacede.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
-
clone
public AtlLinguistischeVariableZeitReserveEisGlaette clone()
- Specified by:
clone
in interfacede.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
- Overrides:
clone
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-