Modifier and Type |
Method and Description |
long |
getCompanyId() |
Date |
getCreateDate() |
long |
getGroupId() |
Date |
getLastPublishDate() |
boolean |
getManualCheckInRequired() |
String |
getMappedId() |
Date |
getModifiedDate() |
long |
getMvccVersion() |
long |
getPrimaryKey() |
long |
getRepositoryEntryId() |
long |
getRepositoryId() |
long |
getUserId() |
String |
getUserName() |
String |
getUuid() |
boolean |
isManualCheckInRequired() |
void |
setCompanyId(long companyId) |
void |
setCreateDate(Date createDate) |
void |
setGroupId(long groupId) |
void |
setLastPublishDate(Date lastPublishDate) |
void |
setManualCheckInRequired(boolean manualCheckInRequired) |
void |
setMappedId(String mappedId) |
void |
setModifiedDate(Date modifiedDate) |
void |
setMvccVersion(long mvccVersion) |
void |
setPrimaryKey(long pk) |
void |
setRepositoryEntryId(long repositoryEntryId) |
void |
setRepositoryId(long repositoryId) |
void |
setUserId(long userId) |
void |
setUserName(String userName) |
void |
setUuid(String uuid) |
static RepositoryEntrySoap |
toSoapModel(RepositoryEntry model) |
static RepositoryEntrySoap[] |
toSoapModels(List<RepositoryEntry> models) |
static RepositoryEntrySoap[] |
toSoapModels(RepositoryEntry[] models) |
static RepositoryEntrySoap[][] |
toSoapModels(RepositoryEntry[][] models) |