public class Target extends Object
| Constructor and Description |
|---|
Target() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedAt() |
Long |
getId() |
String |
getTitle() |
String |
getType() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setCreatedAt(Date createdAt) |
void |
setId(Long id) |
void |
setTitle(String title) |
void |
setType(String type) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getTitle()
public void setTitle(String title)
public String getType()
public void setType(String type)
public boolean isActive()
public void setActive(boolean active)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
Copyright © 2013–2020. All rights reserved.