com.ptc.windchill.uwgm.proesrv.rrc
Class RequestResultCache.RequestedAttributes

java.lang.Object
  extended bycom.ptc.windchill.uwgm.proesrv.rrc.RequestResultCache.RequestedAttributes
All Implemented Interfaces:
com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest.RequestedAttributes
Enclosing class:
RequestResultCache

private static final class RequestResultCache.RequestedAttributes
extends Object
implements com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest.RequestedAttributes


Field Summary
private  com.ptc.windchill.uwgm.soap.uwgm.UwgmEntityType entityType
           
private  Set lazyAttrs
           
 
Constructor Summary
private RequestResultCache.RequestedAttributes(com.ptc.windchill.uwgm.soap.uwgm.UwgmEntityType entityType)
           
private RequestResultCache.RequestedAttributes(com.ptc.windchill.uwgm.soap.uwgm.UwgmEntityType entityType, Set lazyAttrs)
           
 
Method Summary
private  void add(com.ptc.windchill.uwgm.soap.uwgm.UwgmLazyAttrType attrType)
           
private  void addAll(com.ptc.windchill.uwgm.soap.uwgm.UwgmLazyAttrType[] attrTypes)
           
 com.ptc.windchill.uwgm.soap.uwgm.UwgmLazyAttrType[] getAttributes()
           
 com.ptc.windchill.uwgm.soap.uwgm.UwgmEntityType getEntityType()
           
 boolean hasAttribute(com.ptc.windchill.uwgm.soap.uwgm.UwgmLazyAttrType attrType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entityType

private com.ptc.windchill.uwgm.soap.uwgm.UwgmEntityType entityType

lazyAttrs

private Set lazyAttrs
Constructor Detail

RequestResultCache.RequestedAttributes

private RequestResultCache.RequestedAttributes(com.ptc.windchill.uwgm.soap.uwgm.UwgmEntityType entityType)

RequestResultCache.RequestedAttributes

private RequestResultCache.RequestedAttributes(com.ptc.windchill.uwgm.soap.uwgm.UwgmEntityType entityType,
                                               Set lazyAttrs)
Method Detail

getEntityType

public com.ptc.windchill.uwgm.soap.uwgm.UwgmEntityType getEntityType()
Specified by:
getEntityType in interface com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest.RequestedAttributes

getAttributes

public com.ptc.windchill.uwgm.soap.uwgm.UwgmLazyAttrType[] getAttributes()
Specified by:
getAttributes in interface com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest.RequestedAttributes

hasAttribute

public boolean hasAttribute(com.ptc.windchill.uwgm.soap.uwgm.UwgmLazyAttrType attrType)
Specified by:
hasAttribute in interface com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest.RequestedAttributes

add

private void add(com.ptc.windchill.uwgm.soap.uwgm.UwgmLazyAttrType attrType)

addAll

private void addAll(com.ptc.windchill.uwgm.soap.uwgm.UwgmLazyAttrType[] attrTypes)