Class GSVMLicense
- java.lang.Object
-
- org.spectrumauctions.sats.core.model.License
-
- org.spectrumauctions.sats.core.model.gsvm.GSVMLicense
-
- All Implemented Interfaces:
java.io.Serializable,org.marketdesignresearch.mechlib.core.Good,SATSGood
public class GSVMLicense extends License
- Author:
- Fabio Isler
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.spectrumauctions.sats.core.model.License
License.IdComparator
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetPosition()GSVMWorldgetWorld()inthashCode()voidrefreshFieldBackReferences(GSVMCircle circle)Method is called after deserialization, there is not need to call it on any other occasion.
SeeWorld.refreshFieldBackReferences()for explanations.-
Methods inherited from class org.spectrumauctions.sats.core.model.License
canEqual, getLongId, getName, getUuid, getWorldId, toAlphabetic
-
-
-
-
Method Detail
-
getWorld
public GSVMWorld getWorld()
-
refreshFieldBackReferences
public void refreshFieldBackReferences(GSVMCircle circle)
Method is called after deserialization, there is not need to call it on any other occasion.
SeeWorld.refreshFieldBackReferences()for explanations.
-
getPosition
public int getPosition()
-
-