Class CometLayoutRule.Event
java.lang.Object
com.priint.pubserver.comet.entity.layout.CometLayoutRule.Event
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CometLayoutRule
The Class Event.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBuild()Gets the builds the.intgetCode()Gets the code.booleanGets the creates the.booleanGets the geometrychange.booleangetLoad()Gets the load.booleanGets 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.
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
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
-