public class Assignment extends Object implements Serializable
Assignment()
Assignment(String type, String name, String value)
boolean
equals(Object obj)
String
getName()
getType()
getValue()
int
hashCode()
void
setName(String name)
setType(String type)
setValue(String value)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Assignment()
public Assignment(String type, String name, String value)
public String getType()
public void setType(String type)
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2021. All rights reserved.