public class ProjectTO extends BaseTO
| Modifier and Type | Field and Description |
|---|---|
private Boolean |
active |
private Long |
clientCRMEntryId |
private String |
name |
| Constructor and Description |
|---|
ProjectTO() |
ProjectTO(Long id,
Integer version,
String name,
Long clientCRMEntryId,
Boolean active) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getActive() |
Long |
getClientCRMEntryId() |
String |
getName() |
int |
hashCode() |
void |
setActive(Boolean active) |
void |
setClientCRMEntryId(Long parentCRMEntryId) |
void |
setName(String name) |
clearPersistanceProps, getDateCreated, getDateModified, getId, getVersion, isPersisted, isUnpersisted, nullMyIds, setDateCreated, setDateModified, setId, setVersion, toString@NotNull private String name
private Boolean active
private Long clientCRMEntryId
public Boolean getActive()
public void setActive(Boolean active)
public String getName()
public void setName(String name)
public Long getClientCRMEntryId()
public void setClientCRMEntryId(Long parentCRMEntryId)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.