public class Order extends Object
Order()
Order(Integer type, String column)
protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getColumn()
Integer
getType()
int
hashCode()
void
setColumn(String column)
setType(Integer type)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Order(Integer type, String column)
public Order()
public Integer getType()
public String getColumn()
public void setType(Integer type)
public void setColumn(String column)
public boolean equals(Object o)
equals
Object
protected boolean canEqual(Object other)
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2023. All rights reserved.