ContactModel

public class ContactModel<T>

Model representing a contact item with check state and item type.

Since

1.0

Types

Link copied to clipboard
public enum CheckType
Link copied to clipboard
public enum ItemType

Properties

Link copied to clipboard
public T bean
Link copied to clipboard

Functions

Link copied to clipboard
public T getBean()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public E getExtra<E>()
Link copied to clipboard
public static ContactModel<T> obtain<T>(T bean, ContactModel.ItemType itemType)
public static ContactModel<T> obtain<T>(T bean, ContactModel.ItemType itemType, ContactModel.CheckType checkType)
Link copied to clipboard
public void putExtra(Object value)
Link copied to clipboard
public void setBean(T bean)
Link copied to clipboard
public void setCheckType(ContactModel.CheckType checkType)