org.odata4j.edm
Class EdmAssociationSetEnd.Builder

java.lang.Object
  extended by org.odata4j.edm.EdmItem.Builder<EdmAssociationSetEnd,EdmAssociationSetEnd.Builder>
      extended by org.odata4j.edm.EdmAssociationSetEnd.Builder
Enclosing class:
EdmAssociationSetEnd

public static class EdmAssociationSetEnd.Builder
extends EdmItem.Builder<EdmAssociationSetEnd,EdmAssociationSetEnd.Builder>

Mutable builder for EdmAssociationEnd objects.


Constructor Summary
EdmAssociationSetEnd.Builder()
           
 
Method Summary
 EdmAssociationSetEnd build()
           
 String getEntitySetName()
           
 String getRoleName()
           
 EdmAssociationSetEnd.Builder setEntitySet(EdmEntitySet.Builder entitySet)
           
 EdmAssociationSetEnd.Builder setEntitySetName(String entitySetName)
           
 EdmAssociationSetEnd.Builder setRole(EdmAssociationEnd.Builder role)
           
 EdmAssociationSetEnd.Builder setRoleName(String roleName)
           
 
Methods inherited from class org.odata4j.edm.EdmItem.Builder
getAnnotations, getDocumentation, setAnnotations, setDocumentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdmAssociationSetEnd.Builder

public EdmAssociationSetEnd.Builder()
Method Detail

build

public EdmAssociationSetEnd build()

getEntitySetName

public String getEntitySetName()

getRoleName

public String getRoleName()

setEntitySet

public EdmAssociationSetEnd.Builder setEntitySet(EdmEntitySet.Builder entitySet)

setEntitySetName

public EdmAssociationSetEnd.Builder setEntitySetName(String entitySetName)

setRole

public EdmAssociationSetEnd.Builder setRole(EdmAssociationEnd.Builder role)

setRoleName

public EdmAssociationSetEnd.Builder setRoleName(String roleName)


http://odata4j.org