T
public class Envelope<T> extends Object
Most users of hrorm will have no need to directly use this.
Envelope(T item)
Envelope(T item, Long id)
Envelope(T item, Long id, Long parentId)
Long
getId()
getItem()
getParentId()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Envelope(T item, Long id, Long parentId)
public Envelope(T item, Long id)
public Envelope(T item)
public T getItem()
public Long getId()
public Long getParentId()
public String toString()
toString
Object
Copyright © 2019. All rights reserved.