se.cambio.cds.gdl.model
Class ElementBinding

Package class diagram package ElementBinding
java.lang.Object
  extended by se.cambio.cds.gdl.model.ElementBinding

public class ElementBinding
extends Object


Constructor Summary
ElementBinding()
           
ElementBinding(String id, String path)
          Create an Element with id, path
 
Method Summary
 boolean equals(Object obj)
           
 String getId()
           
 String getPath()
           
 int hashCode()
           
 void setId(String id)
           
 void setPath(String path)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementBinding

public ElementBinding()

ElementBinding

public ElementBinding(String id,
                      String path)
Create an Element with id, path

Parameters:
id -
path -
Method Detail

getId

public String getId()
Returns:
the id as a gtcode in the guide

getPath

public String getPath()
Returns:
the path

setId

public void setId(String id)
Parameters:
id - the id to set

setPath

public void setPath(String path)
Parameters:
path - the path to set

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013 Cambio. All Rights Reserved.