I - Type for the property identityE - Type for the property's valuepublic final class Property<I,E> extends Object implements Serializable
public static <I,E> Property<I,E> valueOf(I identity, E value)
identity - property identityvalue - property's valuepublic I getIdentity()
public E getValue()
Copyright © 2014. All Rights Reserved.