com.silverpeas.crm.vo
Class ContactVO

java.lang.Object
  extended by com.silverpeas.crm.vo.ElementVO
      extended by com.silverpeas.crm.vo.ContactVO

public class ContactVO
extends ElementVO


Field Summary
 
Fields inherited from class com.silverpeas.crm.vo.ElementVO
resources
 
Constructor Summary
ContactVO(CrmContact contact, com.stratelia.silverpeas.util.ResourcesWrapper resources)
           
 
Method Summary
 String getActive()
           
 String getAttachments()
           
 CrmContact getContact()
           
 String getOperations()
           
 
Methods inherited from class com.silverpeas.crm.vo.ElementVO
getActive, getAttachments, getDate, getOperationLinks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactVO

public ContactVO(CrmContact contact,
                 com.stratelia.silverpeas.util.ResourcesWrapper resources)
Method Detail

getContact

public CrmContact getContact()

getAttachments

public String getAttachments()

getOperations

public String getOperations()

getActive

public String getActive()


Copyright © 2016 Silverpeas. All Rights Reserved.