public class TransUnitStatus extends Object implements Serializable
Constructor and Description |
---|
TransUnitStatus() |
TransUnitStatus(Long id,
String resId,
ContentState status) |
TransUnitStatus(Long id,
String resId,
ContentState status,
TranslationSourceType transSourceType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getId() |
String |
getResId() |
ContentState |
getStatus() |
TranslationSourceType |
getTransSourceType() |
int |
hashCode() |
void |
setId(Long id) |
void |
setResId(String resId) |
void |
setStatus(ContentState status) |
void |
setTransSourceType(TranslationSourceType transSourceType) |
public TransUnitStatus()
public TransUnitStatus(Long id, String resId, ContentState status)
public TransUnitStatus(Long id, String resId, ContentState status, TranslationSourceType transSourceType)
@NotNull public Long getId()
public void setId(Long id)
@NotNull public String getResId()
public void setResId(String resId)
@NotNull public ContentState getStatus()
public void setStatus(ContentState status)
public TranslationSourceType getTransSourceType()
public void setTransSourceType(TranslationSourceType transSourceType)
Copyright © 2018 Zanata Project. All rights reserved.