public class Change extends DbItem<Change>
| Modifier and Type | Field and Description |
|---|---|
static String |
lblUpdNumTickets |
static String |
typeDelReg
Registration deleted
|
static String |
typeNewReg
new registration for user
|
static String |
typeRegFulfilled
All desired tickets supplied to a waiting registration
|
static String |
typeTktAdded
Added 1 or more tickets to a waiting registration
|
static String |
typeUpdReg
Registration updated by user
|
vals| Constructor and Description |
|---|
Change() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Change that) |
String |
getAuthid() |
String |
getLastmod() |
String |
getName() |
Registration |
getRegistration() |
Long |
getRegistrationId() |
String |
getType() |
String |
getValue() |
int |
hashCode() |
void |
setAuthid(String val) |
void |
setLastmod(String val) |
void |
setName(String val) |
void |
setRegistration(Registration val) |
void |
setRegistrationId(Long val) |
void |
setType(String val) |
void |
setValue(String val) |
clone, equals, getId, getSeq, setId, setSeq, toStringSegment, unsavedasMap, asString, getMap, getProperties, getVals, init, may, mayBool, mayInt, mayList, mayList, must, mustList, setBoolean, setInt, setObject, setProperties, setStringpublic static final String typeNewReg
public static final String typeUpdReg
public static final String typeDelReg
public static final String typeTktAdded
public static final String typeRegFulfilled
public static final String lblUpdNumTickets
public void setRegistrationId(Long val)
val - public Long getRegistrationId()
public void setAuthid(String val)
val - public String getAuthid()
public void setLastmod(String val)
val - public String getLastmod()
public void setType(String val)
val - public String getType()
public void setName(String val)
val - public String getName()
public void setValue(String val)
val - public String getValue()
public void setRegistration(Registration val)
val - public Registration getRegistration()
public int compareTo(Change that)
Copyright © 2019 Bedework. All rights reserved.