java.lang.Object
de.grogra.persistence.ShareableBase
de.grogra.blocks.LocationParameterBase
- All Implemented Interfaces:
Manageable
,Shareable
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LocationParameterBase.Type
static final SCOType.Field
static final SCOType.Field
static final SCOType.Field
static final SCOType.Field
static final SCOType.Field
static final SCOType.Field
static final SCOType.Field
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fieldModified
(PersistenceField field, int[] indices, Transaction t) float
float
float
void
setAktLocationParameter
(String value) void
setDeltaLocationParameter1
(float value) void
setDeltaLocationParameter2
(float value) void
setDeltaLocationParameter3
(float value) setLocationParameter
(Tuple3f oldLocationParameterValues) void
setSetLocationParameter1
(String value) void
setSetLocationParameter2
(String value) void
setSetLocationParameter3
(String value) Methods inherited from class de.grogra.persistence.ShareableBase
addReference, appendReferencesTo, getProvider, getStamp, initProvider, manageableReadResolve, manageableWriteReplace, removeReference
-
Field Details
-
$TYPE
-
aktLocationParameter$FIELD
-
setLocationParameter1$FIELD
-
setLocationParameter2$FIELD
-
setLocationParameter3$FIELD
-
deltaLocationParameter1$FIELD
-
deltaLocationParameter2$FIELD
-
deltaLocationParameter3$FIELD
-
-
Constructor Details
-
LocationParameterBase
public LocationParameterBase()
-
-
Method Details
-
setLocationParameter
-
fieldModified
- Specified by:
fieldModified
in interfaceManageable
- Overrides:
fieldModified
in classShareableBase
-
getManageableType
-
getDeltaLocationParameter1
public float getDeltaLocationParameter1() -
setDeltaLocationParameter1
public void setDeltaLocationParameter1(float value) -
getDeltaLocationParameter2
public float getDeltaLocationParameter2() -
setDeltaLocationParameter2
public void setDeltaLocationParameter2(float value) -
getDeltaLocationParameter3
public float getDeltaLocationParameter3() -
setDeltaLocationParameter3
public void setDeltaLocationParameter3(float value) -
getAktLocationParameter
-
setAktLocationParameter
-
getSetLocationParameter1
-
setSetLocationParameter1
-
getSetLocationParameter2
-
setSetLocationParameter2
-
getSetLocationParameter3
-
setSetLocationParameter3
-