Package com.fluig.sdk.api.ecm
Class CollaborationAppVO
- java.lang.Object
-
- com.fluig.sdk.api.ecm.CollaborationAppVO
-
- All Implemented Interfaces:
Serializable
public class CollaborationAppVO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CollaborationAppVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClientId()
String
getClientSecret()
String
getCode()
String
getEnabled()
Long
getId()
String
getJndiName()
String
getName()
Long
getTenantId()
void
setClientId(String clientId)
void
setClientSecret(String clientSecret)
void
setCode(String code)
void
setEnabled(String enabled)
void
setId(Long id)
void
setJndiName(String jndiName)
void
setName(String name)
void
setTenantId(Long tenantId)
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getTenantId
public Long getTenantId()
-
setTenantId
public void setTenantId(Long tenantId)
-
getCode
public String getCode()
-
setCode
public void setCode(String code)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getJndiName
public String getJndiName()
-
setJndiName
public void setJndiName(String jndiName)
-
getClientId
public String getClientId()
-
setClientId
public void setClientId(String clientId)
-
getClientSecret
public String getClientSecret()
-
setClientSecret
public void setClientSecret(String clientSecret)
-
getEnabled
public String getEnabled()
-
setEnabled
public void setEnabled(String enabled)
-
-