public class Assignment extends Object implements Serializable
Constructor and Description |
---|
Assignment() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getName()
Returns the value of field 'name'.
|
String |
getType()
Returns the value of field 'type'.
|
Value |
getValue()
Returns the value of field 'value'.
|
int |
hashCode()
Method hashCode.
|
void |
setName(String name)
Sets the value of field 'name'.
|
void |
setType(String type)
Sets the value of field 'type'.
|
void |
setValue(Value value)
Sets the value of field 'value'.
|
public boolean equals(Object obj)
public String getName()
public String getType()
public Value getValue()
public int hashCode()
public void setName(String name)
name
- the value of field 'name'.public void setType(String type)
type
- the value of field 'type'.public void setValue(Value value)
value
- the value of field 'value'.Copyright © 2017. All rights reserved.