Class ShipClassEntityConstraint
- java.lang.Object
-
- de.extio.spacecraft.shared.model.managers.ShipClassEntityConstraint
-
public final class ShipClassEntityConstraint extends Object
-
-
Constructor Summary
Constructors Constructor Description ShipClassEntityConstraint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDgetEntityDefUuid()intgetMaxAmount()intgetMinAmount()voidsetEntityDefUuid(UUID entityDefUuid)voidsetMaxAmount(int maxAmount)voidsetMinAmount(int minAmount)
-
-
-
Method Detail
-
getMinAmount
public int getMinAmount()
-
setMinAmount
public void setMinAmount(int minAmount)
-
getMaxAmount
public int getMaxAmount()
-
setMaxAmount
public void setMaxAmount(int maxAmount)
-
getEntityDefUuid
public UUID getEntityDefUuid()
-
setEntityDefUuid
public void setEntityDefUuid(UUID entityDefUuid)
-
-