Class Res<O,V>

java.lang.Object
de.tsl2.nano.core.cls.AReference<Class<O>,O>
de.tsl2.nano.bean.BReference<O>
de.tsl2.nano.bean.PReference<O,V>
tsl2.nano.cursus.Res<O,V>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ERes

public class Res<O,V> extends de.tsl2.nano.bean.PReference<O,V> implements Serializable
References the real entity instance to change
Author:
Tom
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.tsl2.nano.core.cls.AReference

    de.tsl2.nano.core.cls.AReference.Pointer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected Object
     
    protected String
     

    Fields inherited from class de.tsl2.nano.bean.PReference

    path, PREFIX_PATH

    Fields inherited from class de.tsl2.nano.core.cls.AReference

    instance, postfixID, PREFIX_ID, PREFIX_REFERENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Res()
     
    Res(Class<O> type, Object objectid, String path)
     
    Res(String type, Object objectid, String path)
     
    Res(O instance, String path)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class de.tsl2.nano.bean.PReference

    checkDescription, createDescription, getPath, getValueAccess, path, setDescription, trimpath

    Methods inherited from class de.tsl2.nano.bean.BReference

    bean, getId, id, materialize, name, toString, type

    Methods inherited from class de.tsl2.nano.core.cls.AReference

    createDescription, createDescription, equals, getDescription, getType, getTypeAndId, hashCode, resolve

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • type

      protected String type
    • objectid

      protected Object objectid
  • Constructor Details

  • Method Details

    • getObjectid

      public Object getObjectid()