|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.scm.provider.accurev.Stream
public class Stream
| Constructor Summary | |
|---|---|
Stream(String name,
long id,
String basis,
long basisId,
String depot,
Date startDate,
String streamType)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getBasis()
|
long |
getBasisId()
|
String |
getDepot()
|
long |
getId()
|
String |
getName()
|
Date |
getStartDate()
|
String |
getStreamType()
|
int |
hashCode()
|
Boolean |
isWorkspace()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Stream(String name,
long id,
String basis,
long basisId,
String depot,
Date startDate,
String streamType)
| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String getName()
public long getId()
public String getBasis()
public long getBasisId()
public String getDepot()
public Date getStartDate()
public String getStreamType()
public Boolean isWorkspace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||