public abstract class

GoogleContactBaseEntity

extends Object
java.lang.Object
   ↳ org.mule.modules.google.contact.wrappers.GoogleContactBaseEntity<W extends com.google.gdata.data.BaseEntry<?>>
Known Direct Subclasses

Summary

Fields
protected W extends BaseEntry<?> wrapped
Public Constructors
GoogleContactBaseEntity(W wrapped)
Public Methods
Boolean getCanEdit()
Boolean getDraft()
Link getEditLink()
Long getEdited()
String getId()
Boolean getInmutable()
TextConstruct getTitle()
Long getUpdated()
static <T> T getWrappedEntity(Class<T> type, GoogleContactBaseEntity<?> entity)
void setCanEdit(Boolean canEdit)
void setDraft(Boolean draft)
void setId(String id)
void setInmutable(Boolean inmutable)
void setTitle(TextConstruct title)
void setUpdated(Long datetime)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected W extends BaseEntry<?> wrapped

Public Constructors

public GoogleContactBaseEntity (W wrapped)

Parameters
wrapped

Public Methods

public Boolean getCanEdit ()

public Boolean getDraft ()

public Link getEditLink ()

public Long getEdited ()

public String getId ()

public Boolean getInmutable ()

public TextConstruct getTitle ()

public Long getUpdated ()

public static T getWrappedEntity (Class<T> type, GoogleContactBaseEntity<?> entity)

Parameters
type
entity

public void setCanEdit (Boolean canEdit)

Parameters
canEdit

public void setDraft (Boolean draft)

Parameters
draft

public void setId (String id)

Parameters
id

public void setInmutable (Boolean inmutable)

Parameters
inmutable

public void setTitle (TextConstruct title)

Parameters
title

public void setUpdated (Long datetime)

Parameters
datetime