public abstract class AbstractReferenceable extends AbstractIdentifiable implements Referenceable
Referenceable
interface.Constructor and Description |
---|
AbstractReferenceable()
Default constructor
|
AbstractReferenceable(String objectType) |
AbstractReferenceable(String objectType,
String name) |
AbstractReferenceable(String objectType,
String name,
String path) |
AbstractReferenceable(String objectType,
String name,
String path,
String identifier) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName() |
String |
getPath() |
int |
hashCode() |
void |
setName(String name) |
void |
setPath(String path) |
getIdentifier, getObjectType, setIdentifier, setObjectType
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getIdentifier, getObjectType
public AbstractReferenceable()
public AbstractReferenceable(String objectType)
public String getName()
getName
in interface Referenceable
public String getPath()
getPath
in interface Referenceable
public void setName(String name)
setName
in interface Referenceable
public void setPath(String path)
setPath
in interface Referenceable
public int hashCode()
hashCode
in class AbstractIdentifiable
public boolean equals(Object obj)
equals
in class AbstractIdentifiable
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA