pl.mn.communicator
Interface ILocalStatus

All Superinterfaces:
IStatus
All Known Implementing Classes:
LocalStatus

public interface ILocalStatus
extends IStatus

Class that represents local user status.

Created on 2004-12-21

Version:
$Id: ILocalStatus.java,v 1.1 2005/11/05 23:34:52 winnetou25 Exp $
Author:
Mateusz Szczap

Method Summary
 boolean isFriendsOnly()
          Flag indicating whether or not we want to be visible only for friends
 void setFriendsOnly(boolean isFriendsOnly)
           
 
Methods inherited from interface pl.mn.communicator.IStatus
getDescription, getReturnDate, getStatusType, isDescriptionSet, isReturnDateSet, setDescription, setReturnDate, setStatusType
 

Method Detail

isFriendsOnly

boolean isFriendsOnly()
Flag indicating whether or not we want to be visible only for friends

Returns:
whether or not we want to be visible only for friends.

setFriendsOnly

void setFriendsOnly(boolean isFriendsOnly)


Copyright 2004-2004-2005 SourceForge.net. All Rights Reserved.