de.grogra.blocks
Class LocationParameterBase
java.lang.Object
de.grogra.persistence.ShareableBase
de.grogra.blocks.LocationParameterBase
- All Implemented Interfaces:
- Manageable, Shareable
public class LocationParameterBase
- extends ShareableBase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
$TYPE
public static final LocationParameterBase.Type $TYPE
aktLocationParameter$FIELD
public static final SCOType.Field aktLocationParameter$FIELD
deltaLocationParameter1$FIELD
public static final SCOType.Field deltaLocationParameter1$FIELD
deltaLocationParameter2$FIELD
public static final SCOType.Field deltaLocationParameter2$FIELD
deltaLocationParameter3$FIELD
public static final SCOType.Field deltaLocationParameter3$FIELD
setLocationParameter1$FIELD
public static final SCOType.Field setLocationParameter1$FIELD
setLocationParameter2$FIELD
public static final SCOType.Field setLocationParameter2$FIELD
setLocationParameter3$FIELD
public static final SCOType.Field setLocationParameter3$FIELD
LocationParameterBase
public LocationParameterBase()
fieldModified
public void fieldModified(PersistenceField field,
int[] indices,
Transaction t)
- Specified by:
fieldModified
in interface Manageable
- Overrides:
fieldModified
in class ShareableBase
getAktLocationParameter
public java.lang.String getAktLocationParameter()
getDeltaLocationParameter1
public float getDeltaLocationParameter1()
getDeltaLocationParameter2
public float getDeltaLocationParameter2()
getDeltaLocationParameter3
public float getDeltaLocationParameter3()
getManageableType
public ManageableType getManageableType()
getSetLocationParameter1
public java.lang.String getSetLocationParameter1()
getSetLocationParameter2
public java.lang.String getSetLocationParameter2()
getSetLocationParameter3
public java.lang.String getSetLocationParameter3()
setAktLocationParameter
public void setAktLocationParameter(java.lang.String value)
setDeltaLocationParameter1
public void setDeltaLocationParameter1(float value)
setDeltaLocationParameter2
public void setDeltaLocationParameter2(float value)
setDeltaLocationParameter3
public void setDeltaLocationParameter3(float value)
setLocationParameter
public Tuple3f setLocationParameter(Tuple3f oldLocationParameterValues)
setSetLocationParameter1
public void setSetLocationParameter1(java.lang.String value)
setSetLocationParameter2
public void setSetLocationParameter2(java.lang.String value)
setSetLocationParameter3
public void setSetLocationParameter3(java.lang.String value)