org.duraspace.fcrepo.cloudsync.api
Class ProviderAccount

java.lang.Object
  extended by org.duraspace.fcrepo.cloudsync.api.ProviderAccount

public class ProviderAccount
extends Object


Constructor Summary
ProviderAccount()
           
 
Method Summary
 String getId()
           
 String getType()
           
 boolean isPrimary()
           
 void setId(String id)
           
 void setPrimary(boolean primary)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProviderAccount

public ProviderAccount()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getType

public String getType()

setType

public void setType(String type)

isPrimary

public boolean isPrimary()

setPrimary

public void setPrimary(boolean primary)


Copyright © 2012 DuraSpace. All Rights Reserved.