Class Card

This commit is contained in:
Umberto Furno 2019-11-12 01:05:18 +01:00
parent f990979d93
commit 8be32f94fd
1 changed files with 1 additions and 3 deletions

View File

@ -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() {