All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.app55.message.CardListResponse Maven / Gradle / Ivy

The newest version!
package com.app55.message;

import java.util.List;

import com.app55.domain.Card;

public final class CardListResponse extends Response
{
	private List	cards;

	public List getCards()
	{
		return cards;
	}

	public void setCards(List cards)
	{
		this.cards = cards;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy