Package org.cyclos.entities
Class IdCipherRound
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.IdCipherRound
-
- All Implemented Interfaces:
Cloneable,ProcessableForProxying,IEntity
@Entity public class IdCipherRound extends SimpleEntity
Stores the parameters of an id cipher round
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description IdCipherRound()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetMask()intgetOrder()intgetRotateBits()voidsetMask(long mask)voidsetOrder(int order)voidsetRotateBits(int rotateBits)-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-