se.cambio.cds.gdl.model
Class ElementBinding
java.lang.Object
se.cambio.cds.gdl.model.ElementBinding
public class ElementBinding
- extends Object
ElementBinding
public ElementBinding()
ElementBinding
public ElementBinding(String id,
String path)
- Create an Element with id, path
- Parameters:
id
- path
-
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.