@CodingStyleguideUnaware public class Emph extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
Emph()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
Emph |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(Emph 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 |
getClazz()
Gets the value of the clazz property.
|
String |
getContent()
Gets the value of the content property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setContent(String value)
Sets the value of the content property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public Emph()
@Nullable public String getContent()
Stringpublic void setContent(@Nullable String value)
value - allowed object is
String@Nullable public String getClazz()
Stringpublic void setClazz(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull Emph ret)
ret - The target object to clone to. May not be <code>null</code>.Copyright © 2014–2021 Philip Helger. All rights reserved.