public class Title extends Object implements Serializable
Constructor and Description |
---|
Title() |
Modifier and Type | Method and Description |
---|---|
void |
deletePitch() |
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getFont()
Returns the value of field 'font'.
|
Integer |
getPitch()
Returns the value of field 'pitch'.
|
Rgb |
getRgb()
Returns the value of field 'rgb'.
|
String |
getStyle()
Returns the value of field 'style'.
|
String |
getValue()
Returns the value of field 'value'.
|
int |
hashCode()
Method hashCode.
|
boolean |
hasPitch()
Method hasPitch.
|
void |
setFont(String font)
Sets the value of field 'font'.
|
void |
setPitch(Integer pitch)
Sets the value of field 'pitch'.
|
void |
setRgb(Rgb rgb)
Sets the value of field 'rgb'.
|
void |
setStyle(String style)
Sets the value of field 'style'.
|
void |
setValue(String value)
Sets the value of field 'value'.
|
public void deletePitch()
public boolean equals(Object obj)
public String getFont()
public Integer getPitch()
public Rgb getRgb()
public String getStyle()
public String getValue()
public boolean hasPitch()
public int hashCode()
public void setFont(String font)
font
- the value of field 'font'.public void setPitch(Integer pitch)
pitch
- the value of field 'pitch'.public void setRgb(Rgb rgb)
rgb
- the value of field 'rgb'.public void setStyle(String style)
style
- the value of field 'style'.public void setValue(String value)
value
- the value of field 'value'.Copyright © 2017. All rights reserved.