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 UUID
getEntityDefUuid()
int
getMaxAmount()
int
getMinAmount()
void
setEntityDefUuid(UUID entityDefUuid)
void
setMaxAmount(int maxAmount)
void
setMinAmount(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)
-
-