Class CometLayoutRule.Event
- java.lang.Object
-
- com.priint.pubserver.comet.entity.layout.CometLayoutRule.Event
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CometLayoutRule
public static class CometLayoutRule.Event extends java.lang.Object implements java.io.SerializableThe Class Event.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Event()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetBuild()Gets the builds the.intgetCode()Gets the code.booleangetCreate()Gets the creates the.booleangetGeometrychange()Gets the geometrychange.booleangetLoad()Gets the load.booleangetReorganize()Gets the reorganize.voidsetBuild(boolean build)Sets the builds the.voidsetCreate(boolean create)Sets the creates the.voidsetGeometrychange(boolean geometrychange)Sets the geometrychange.voidsetLoad(boolean load)Sets the load.voidsetReorganize(boolean reorganize)Sets the reorganize.
-
-
-
Method Detail
-
getBuild
public boolean getBuild()
Gets the builds the.- Returns:
- the builds the
-
getCode
public int getCode()
Gets the code.- Returns:
- the code
-
getCreate
public boolean getCreate()
Gets the creates the.- Returns:
- the creates the
-
getGeometrychange
public boolean getGeometrychange()
Gets the geometrychange.- Returns:
- the geometrychange
-
getLoad
public boolean getLoad()
Gets the load.- Returns:
- the load
-
getReorganize
public boolean getReorganize()
Gets the reorganize.- Returns:
- the reorganize
-
setBuild
public void setBuild(boolean build)
Sets the builds the.- Parameters:
build- the new builds the
-
setCreate
public void setCreate(boolean create)
Sets the creates the.- Parameters:
create- the new creates the
-
setGeometrychange
public void setGeometrychange(boolean geometrychange)
Sets the geometrychange.- Parameters:
geometrychange- the new geometrychange
-
setLoad
public void setLoad(boolean load)
Sets the load.- Parameters:
load- the new load
-
setReorganize
public void setReorganize(boolean reorganize)
Sets the reorganize.- Parameters:
reorganize- the new reorganize
-
-