public class Study extends AbstractIdentifiable
Constructor and Description |
---|
Study(String typeId,
String id,
String name,
String path)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
Gets the name of the study.
|
String |
getPath()
Gets the full path of the study in the repository, which includes the name.
|
int |
hashCode() |
String |
toString() |
getId, getTypeId
public Study(String typeId, String id, String name, String path)
typeId
- The object type identifier of the study.id
- The unique identifier of the study.name
- The name of the study.path
- The full path of the study in the repository, which includes the name.public String getName()
public String getPath()
public int hashCode()
hashCode
in class AbstractIdentifiable
public boolean equals(Object obj)
equals
in class AbstractIdentifiable
public String toString()
toString
in class AbstractIdentifiable
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA