public abstract class RepoTestModel extends TestModel
| Constructor and Description |
|---|
RepoTestModel() |
| Modifier and Type | Method and Description |
|---|---|
int |
getIdentifier() |
String |
getNodeRef() |
String |
getNodeRefWithoutVersion()
Example: 25eb5ef8-50a5-4873-adc5-8edd87e628a4;1.0
will be returned as "25eb5ef8-50a5-4873-adc5-8edd87e628a4" without 1.0
|
void |
setIdentifier(int identifier) |
void |
setNodeRef(String nodeRef) |
setRandomValuesForAllFields, toInfo, toJson, toStringpublic String getNodeRef()
public String getNodeRefWithoutVersion()
#getGuid() without version numberpublic void setNodeRef(String nodeRef)
public int getIdentifier()
public void setIdentifier(int identifier)
Copyright © 2005–2019 Alfresco Software. All rights reserved.