@CodingStyleguideUnaware public class FiredRule extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
FiredRule()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
FiredRule |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(FiredRule ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getContext()
Gets the value of the context property.
|
String |
getFlag()
Gets the value of the flag property.
|
String |
getFpi()
Gets the value of the fpi property.
|
String |
getIcon()
Gets the value of the icon property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLang()
Gets the value of the lang property.
|
String |
getName()
Gets the value of the name property.
|
String |
getRole()
Gets the value of the role property.
|
String |
getSee()
Gets the value of the see property.
|
String |
getSpace()
Gets the value of the space property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setContext(String value)
Sets the value of the context property.
|
void |
setFlag(String value)
Sets the value of the flag property.
|
void |
setFpi(String value)
Sets the value of the fpi property.
|
void |
setIcon(String value)
Sets the value of the icon property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRole(String value)
Sets the value of the role property.
|
void |
setSee(String value)
Sets the value of the see property.
|
void |
setSpace(String value)
Sets the value of the space property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public FiredRule()
@Nullable public String getId()
Stringpublic void setId(@Nullable String value)
value - allowed object is
String@Nullable public String getName()
Stringpublic void setName(@Nullable String value)
value - allowed object is
String@Nullable public String getContext()
Stringpublic void setContext(@Nullable String value)
value - allowed object is
String@Nullable public String getRole()
Stringpublic void setRole(@Nullable String value)
value - allowed object is
String@Nullable public String getFlag()
Stringpublic void setFlag(@Nullable String value)
value - allowed object is
String@Nullable public String getLang()
Stringpublic void setLang(@Nullable String value)
value - allowed object is
String@Nullable public String getSpace()
Stringpublic void setSpace(@Nullable String value)
value - allowed object is
String@Nullable public String getSee()
Stringpublic void setSee(@Nullable String value)
value - allowed object is
String@Nullable public String getIcon()
Stringpublic void setIcon(@Nullable String value)
value - allowed object is
String@Nullable public String getFpi()
Stringpublic void setFpi(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull FiredRule ret)
ret - The target object to clone to. May not be <code>null</code>.Copyright © 2014–2021 Philip Helger. All rights reserved.