Class Card
This commit is contained in:
parent
f990979d93
commit
8be32f94fd
@ -1,13 +1,12 @@
|
||||
package wekan.wrapper.entity;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
public class Card {
|
||||
|
||||
//Constructor for update card
|
||||
public Card(String authorId, String title, String swimlaneId, String description) {
|
||||
this.authorId= authorId;
|
||||
this.title = title;
|
||||
@ -16,7 +15,6 @@ public class Card {
|
||||
}
|
||||
|
||||
public Card() {
|
||||
|
||||
}
|
||||
|
||||
public String getId() {
|
||||
|
Loading…
Reference in New Issue
Block a user