org.ujoframework.implementation.factory
Class FactoryUjoExt<UJO_IMPL extends FactoryUjoExt>

java.lang.Object
  extended by org.ujoframework.extensions.AbstractUjo
      extended by org.ujoframework.implementation.factory.FactoryUjo
          extended by org.ujoframework.implementation.factory.FactoryUjoExt<UJO_IMPL>
All Implemented Interfaces:
UjoCloneable, UjoTextable, Ujo

public abstract class FactoryUjoExt<UJO_IMPL extends FactoryUjoExt>
extends FactoryUjo

En extended Ujo implementation. The method does not implement all UjoExt method!

Since:
ujo-tool
Author:
Pavel Ponec
See Also:
FactoryProperty

Constructor Summary
FactoryUjoExt()
           
 
Method Summary
<UJO extends UJO_IMPL,VALUE>
VALUE
get(UjoProperty<UJO,VALUE> property)
          Getter based on one UjoProperty
 
Methods inherited from class org.ujoframework.implementation.factory.FactoryUjo
newProperty, readValue, writeValue
 
Methods inherited from class org.ujoframework.extensions.AbstractUjo
clone, equals, init, init, readAuthorization, readProperties, readUjoManager, readValueString, toString, writeValueString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FactoryUjoExt

public FactoryUjoExt()
Method Detail

get

public <UJO extends UJO_IMPL,VALUE> VALUE get(UjoProperty<UJO,VALUE> property)
Getter based on one UjoProperty



Copyright © 2010. All Rights Reserved.