Package org.bedework.eventreg.db
Class Change
- All Implemented Interfaces:
Serializable,Comparable<Change>
Change log entry
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringRegistration deletedstatic final Stringnew registration for userstatic final StringAll desired tickets supplied to a waiting registrationstatic final StringAdded 1 or more tickets to a waiting registrationstatic final StringRegistration updated by userFields inherited from class org.bedework.eventreg.db.SerializableProperties
vals -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetName()getType()getValue()inthashCode()voidvoidsetLastmod(String val) voidvoidvoidsetRegistrationId(Long val) voidvoidMethods inherited from class org.bedework.eventreg.db.DbItem
clone, equals, getId, getSeq, setId, setSeq, toStringSegment, unsavedMethods inherited from class org.bedework.eventreg.db.SerializableProperties
asMap, asString, getMap, getProperties, getVals, init, may, mayBool, mayInt, mayList, mayList, must, mustList, setBoolean, setInt, setObject, setProperties, setString
-
Field Details
-
typeNewReg
new registration for user- See Also:
-
typeUpdReg
Registration updated by user- See Also:
-
typeDelReg
Registration deleted- See Also:
-
typeTktAdded
Added 1 or more tickets to a waiting registration- See Also:
-
typeRegFulfilled
All desired tickets supplied to a waiting registration- See Also:
-
lblUpdNumTickets
- See Also:
-
-
Constructor Details
-
Change
public Change()
-
-
Method Details
-
setRegistrationId
- Parameters:
val-
-
getRegistrationId
- Returns:
- registrationId
-
setAuthid
- Parameters:
val-
-
getAuthid
- Returns:
- authid
-
setLastmod
- Parameters:
val-
-
getLastmod
- Returns:
- lastmod
-
setType
- Parameters:
val-
-
getType
- Returns:
- type of change
-
setName
- Parameters:
val-
-
getName
- Returns:
- name of changed value
-
setValue
- Parameters:
val-
-
getValue
- Returns:
- name of changed value
-
setRegistration
- Parameters:
val-
-
getRegistration
- Returns:
- event
-
compareTo
-
hashCode
public int hashCode()
-